MTLRenderCommandEncoder.setFragmentSamplerStates

Sets sampler states for the fragment function in a range of indices in the sampler state argument table, specifying clamp values for levels of detail.

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

Meta