Share via


MTLRenderCommandEncoder_Extensions.SetMeshSamplerState Method

Definition

Overloads

SetMeshSamplerState(IMTLRenderCommandEncoder, IMTLSamplerState, UIntPtr)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void SetMeshSamplerState(this Metal.IMTLRenderCommandEncoder This, Metal.IMTLSamplerState? sampler, UIntPtr index);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member SetMeshSamplerState : Metal.IMTLRenderCommandEncoder * Metal.IMTLSamplerState * unativeint -> unit

Parameters

index
UIntPtr

unativeint

Attributes

Applies to

SetMeshSamplerState(IMTLRenderCommandEncoder, IMTLSamplerState, Single, Single, UIntPtr)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void SetMeshSamplerState(this Metal.IMTLRenderCommandEncoder This, Metal.IMTLSamplerState? sampler, float lodMinClamp, float lodMaxClamp, UIntPtr index);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member SetMeshSamplerState : Metal.IMTLRenderCommandEncoder * Metal.IMTLSamplerState * single * single * unativeint -> unit

Parameters

lodMinClamp
Single
lodMaxClamp
Single
index
UIntPtr

unativeint

Attributes

Applies to