Share via


IMTLRenderCommandEncoder.SetFragmentSamplerStates Method

Definition

Overloads

SetFragmentSamplerStates(IMTLSamplerState[], NSRange)

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

Parameters

samplers
IMTLSamplerState[]
range
NSRange
Attributes

Applies to

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

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

Parameters

samplers
IMTLSamplerState[]
floatArrayPtrLodMinClamps
IntPtr

nativeint

floatArrayPtrLodMaxClamps
IntPtr

nativeint

range
NSRange
Attributes

Applies to