MTLRenderCommandEncoder_Extensions.SetMeshSamplerStates 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
| Name | Description |
|---|---|
| SetMeshSamplerStates(IMTLRenderCommandEncoder, IntPtr, NSRange) | |
| SetMeshSamplerStates(IMTLRenderCommandEncoder, IntPtr, IntPtr, IntPtr, NSRange) |
SetMeshSamplerStates(IMTLRenderCommandEncoder, IntPtr, NSRange)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void SetMeshSamplerStates(this Metal.IMTLRenderCommandEncoder This, IntPtr samplers, Foundation.NSRange range);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member SetMeshSamplerStates : Metal.IMTLRenderCommandEncoder * nativeint * Foundation.NSRange -> unit
Parameters
- samplers
-
IntPtr
nativeint
- range
- NSRange
- Attributes
Applies to
SetMeshSamplerStates(IMTLRenderCommandEncoder, IntPtr, IntPtr, IntPtr, NSRange)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void SetMeshSamplerStates(this Metal.IMTLRenderCommandEncoder This, IntPtr samplers, IntPtr lodMinClamps, IntPtr lodMaxClamps, Foundation.NSRange range);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member SetMeshSamplerStates : Metal.IMTLRenderCommandEncoder * nativeint * nativeint * nativeint * Foundation.NSRange -> unit
Parameters
- samplers
-
IntPtr
nativeint
- lodMinClamps
-
IntPtr
nativeint
- lodMaxClamps
-
IntPtr
nativeint
- range
- NSRange
- Attributes