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