MTLRenderCommandEncoder.setVertexSamplerStates

Sets multiple samplers for the vertex function.

  1. void setVertexSamplerStates(const(MTLSamplerState)* samplers, NSRange range)
    interface MTLRenderCommandEncoder
    @nogc nothrow
    @selector("setVertexSamplerStates:withRange:")
    void
    setVertexSamplerStates
    (,
    NSRange range
    )
  2. void setVertexSamplerStates(const(MTLSamplerState)* samplers, const(float)* lodMinClamps, const(float)* lodMaxClamps, NSRange range)

Meta