Share via


MTLRenderCommandEncoder_Extensions.SetMeshSamplerStates Method

Definition

Overloads

SetMeshSamplerStates(IMTLRenderCommandEncoder, IntPtr, NSRange)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void SetMeshSamplerStates(this Metal.IMTLRenderCommandEncoder This, IntPtr samplers, Foundation.NSRange range);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member SetMeshSamplerStates : Metal.IMTLRenderCommandEncoder * nativeint * Foundation.NSRange -> unit

Parameters

samplers
IntPtr

nativeint

range
NSRange
Attributes

Applies to

SetMeshSamplerStates(IMTLRenderCommandEncoder, IntPtr, IntPtr, IntPtr, NSRange)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void SetMeshSamplerStates(this Metal.IMTLRenderCommandEncoder This, IntPtr samplers, IntPtr lodMinClamps, IntPtr lodMaxClamps, Foundation.NSRange range);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member SetMeshSamplerStates : Metal.IMTLRenderCommandEncoder * nativeint * nativeint * nativeint * Foundation.NSRange -> unit

Parameters

samplers
IntPtr

nativeint

lodMinClamps
IntPtr

nativeint

lodMaxClamps
IntPtr

nativeint

range
NSRange
Attributes

Applies to