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
    @selector("setFragmentSamplerStates:withRange:")
    void
    setFragmentSamplerStates
  2. void setFragmentSamplerStates(const(MTLSamplerState)* , const(float)* lodMinClamps, const(float)* lodMaxClamps, NSRange range)

Meta