Share via


IMTLComputeCommandEncoder.SetSamplerStates Method

Definition

Overloads

SetSamplerStates(IMTLSamplerState[], NSRange)

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

Parameters

samplers
IMTLSamplerState[]
range
NSRange
Attributes

Applies to

SetSamplerStates(IMTLSamplerState[], IntPtr, IntPtr, NSRange)

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

Parameters

samplers
IMTLSamplerState[]
floatArrayPtrLodMinClamps
IntPtr

nativeint

floatArrayPtrLodMaxClamps
IntPtr

nativeint

range
NSRange
Attributes

Applies to