IMTLRenderCommandEncoder.SetVertexSamplerState Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetVertexSamplerState(IMTLSamplerState, nuint) | |
SetVertexSamplerState(IMTLSamplerState, Single, Single, nuint) |
SetVertexSamplerState(IMTLSamplerState, nuint)
[Foundation.Export("setVertexSamplerState:atIndex:")]
[Foundation.Preserve(Conditional=true)]
public void SetVertexSamplerState (Metal.IMTLSamplerState sampler, nuint index);
abstract member SetVertexSamplerState : Metal.IMTLSamplerState * nuint -> unit
Parameters
- sampler
- IMTLSamplerState
- index
- System.System.UIntPtr System.unativeint
- Attributes
Applies to
SetVertexSamplerState(IMTLSamplerState, Single, Single, nuint)
[Foundation.Export("setVertexSamplerState:lodMinClamp:lodMaxClamp:atIndex:")]
[Foundation.Preserve(Conditional=true)]
public void SetVertexSamplerState (Metal.IMTLSamplerState sampler, float lodMinClamp, float lodMaxClamp, nuint index);
abstract member SetVertexSamplerState : Metal.IMTLSamplerState * single * single * nuint -> unit
Parameters
- sampler
- IMTLSamplerState
- lodMinClamp
- Single
- lodMaxClamp
- Single
- index
- System.System.UIntPtr System.unativeint
- Attributes