MTLRenderCommandEncoder.setFragmentSamplerState

Sets a sampler state for the fragment function at an index in the sampler state argument table.

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

Meta