Share via


IMTLRenderCommandEncoder.SetTileSamplerStates Method

Definition

Overloads

SetTileSamplerStates(IMTLSamplerState[], NSRange)

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

Parameters

samplers
IMTLSamplerState[]
range
NSRange
Attributes

Applies to

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

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

Parameters

samplers
IMTLSamplerState[]
lodMinClamps
IntPtr

nativeint

lodMaxClamps
IntPtr

nativeint

range
NSRange
Attributes

Applies to