Share via


IMTLRenderCommandEncoder.SetMeshSamplerState Method

Definition

Overloads

SetMeshSamplerState(IMTLSamplerState, UIntPtr)

[Foundation.Export("setMeshSamplerState:atIndex:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetMeshSamplerState(Metal.IMTLSamplerState? sampler, UIntPtr index);
[<Foundation.Export("setMeshSamplerState:atIndex:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetMeshSamplerState : Metal.IMTLSamplerState * unativeint -> unit
override this.SetMeshSamplerState : Metal.IMTLSamplerState * unativeint -> unit

Parameters

index
UIntPtr

unativeint

Attributes

Applies to

SetMeshSamplerState(IMTLSamplerState, Single, Single, UIntPtr)

[Foundation.Export("setMeshSamplerState:lodMinClamp:lodMaxClamp:atIndex:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetMeshSamplerState(Metal.IMTLSamplerState? sampler, float lodMinClamp, float lodMaxClamp, UIntPtr index);
[<Foundation.Export("setMeshSamplerState:lodMinClamp:lodMaxClamp:atIndex:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetMeshSamplerState : Metal.IMTLSamplerState * single * single * unativeint -> unit
override this.SetMeshSamplerState : Metal.IMTLSamplerState * single * single * unativeint -> unit

Parameters

lodMinClamp
Single
lodMaxClamp
Single
index
UIntPtr

unativeint

Attributes

Applies to