Share via


IMTLRenderCommandEncoder.SetMeshSamplerStates Method

Definition

Overloads

SetMeshSamplerStates(IntPtr, NSRange)

[Foundation.Export("setMeshSamplerStates:withRange:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetMeshSamplerStates(IntPtr samplers, Foundation.NSRange range);
[<Foundation.Export("setMeshSamplerStates:withRange:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetMeshSamplerStates : nativeint * Foundation.NSRange -> unit
override this.SetMeshSamplerStates : nativeint * Foundation.NSRange -> unit

Parameters

samplers
IntPtr

nativeint

range
NSRange
Attributes

Applies to

SetMeshSamplerStates(IntPtr, IntPtr, IntPtr, NSRange)

[Foundation.Export("setMeshSamplerStates:lodMinClamps:lodMaxClamps:withRange:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetMeshSamplerStates(IntPtr samplers, IntPtr lodMinClamps, IntPtr lodMaxClamps, Foundation.NSRange range);
[<Foundation.Export("setMeshSamplerStates:lodMinClamps:lodMaxClamps:withRange:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetMeshSamplerStates : nativeint * nativeint * nativeint * Foundation.NSRange -> unit
override this.SetMeshSamplerStates : nativeint * nativeint * nativeint * Foundation.NSRange -> unit

Parameters

samplers
IntPtr

nativeint

lodMinClamps
IntPtr

nativeint

lodMaxClamps
IntPtr

nativeint

range
NSRange
Attributes

Applies to