IMTLRenderCommandEncoder.SetVertexSamplerStates Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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