MTLRenderCommandEncoder.setVertexSamplerStates

Sets multiple samplers for the vertex function, specifying clamp values for the level of detail of each sampler.

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

Meta