MTLRenderCommandEncoder.setFragmentSamplerStates

Sets an array of sampler states for the fragment function in a range of indices in the sampler state argument table.

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

Meta