MTLRenderCommandEncoder.setVertexSamplerStates

Sets multiple samplers for the vertex function.

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

Meta