Share via


IMTLRenderCommandEncoder.SetObjectSamplerStates Method

Definition

Overloads

SetObjectSamplerStates(IntPtr, IntPtr, IntPtr, NSRange)

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

Parameters

samplers
IntPtr

nativeint

lodMinClamps
IntPtr

nativeint

lodMaxClamps
IntPtr

nativeint

range
NSRange
Attributes

Applies to

SetObjectSamplerStates(IntPtr, NSRange)

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

Parameters

samplers
IntPtr

nativeint

range
NSRange
Attributes

Applies to