IMTLRenderCommandEncoder.SetVertexSamplerStates Method

Definition

Overloads

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

SetVertexSamplerStates(IMTLSamplerState[], NSRange)

[Foundation.Export("setVertexSamplerStates:withRange:")]
[Foundation.Preserve(Conditional=true)]
public void SetVertexSamplerStates (Metal.IMTLSamplerState[] samplers, Foundation.NSRange range);
abstract member SetVertexSamplerStates : Metal.IMTLSamplerState[] * Foundation.NSRange -> unit

Parameters

samplers
IMTLSamplerState[]
range
NSRange
Attributes

Applies to

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

[Foundation.Export("setVertexSamplerStates:lodMinClamps:lodMaxClamps:withRange:")]
[Foundation.Preserve(Conditional=true)]
public void SetVertexSamplerStates (Metal.IMTLSamplerState[] samplers, IntPtr floatArrayPtrLodMinClamps, IntPtr floatArrayPtrLodMaxClamps, Foundation.NSRange range);
abstract member SetVertexSamplerStates : Metal.IMTLSamplerState[] * nativeint * nativeint * Foundation.NSRange -> unit

Parameters

samplers
IMTLSamplerState[]
floatArrayPtrLodMinClamps
IntPtr

nativeint

floatArrayPtrLodMaxClamps
IntPtr

nativeint

range
NSRange
Attributes

Applies to