Share via


MTLRenderCommandEncoder_Extensions.SetObjectSamplerStates Method

Definition

Overloads

SetObjectSamplerStates(IMTLRenderCommandEncoder, IntPtr, NSRange)

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

Parameters

samplers
IntPtr

nativeint

range
NSRange
Attributes

Applies to

SetObjectSamplerStates(IMTLRenderCommandEncoder, IntPtr, IntPtr, IntPtr, NSRange)

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

Parameters

samplers
IntPtr

nativeint

lodMinClamps
IntPtr

nativeint

lodMaxClamps
IntPtr

nativeint

range
NSRange
Attributes

Applies to