MTLRenderCommandEncoder.setFragmentSamplerState

Sets a sampler state for the fragment function at an index in the sampler state argument table, specifying clamp values for the minimum and maximum level of detail.

  1. void setFragmentSamplerState(MTLSamplerState , NSUInteger index)
  2. void setFragmentSamplerState(MTLSamplerState , float lodMinClamp, float lodMaxClamp, NSUInteger index)
    interface MTLRenderCommandEncoder
    @selector("setFragmentSamplerState:lodMinClamp:lodMaxClamp:atIndex:")
    void
    setFragmentSamplerState

Meta