MTLRenderCommandEncoder_Extensions.SetObjectSamplerState 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 |
|---|---|
| SetObjectSamplerState(IMTLRenderCommandEncoder, IMTLSamplerState, UIntPtr) | |
| SetObjectSamplerState(IMTLRenderCommandEncoder, IMTLSamplerState, Single, Single, UIntPtr) |
SetObjectSamplerState(IMTLRenderCommandEncoder, IMTLSamplerState, UIntPtr)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void SetObjectSamplerState(this Metal.IMTLRenderCommandEncoder This, Metal.IMTLSamplerState? sampler, UIntPtr index);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member SetObjectSamplerState : Metal.IMTLRenderCommandEncoder * Metal.IMTLSamplerState * unativeint -> unit
Parameters
- sampler
- IMTLSamplerState
- index
-
UIntPtr
unativeint
- Attributes
Applies to
SetObjectSamplerState(IMTLRenderCommandEncoder, IMTLSamplerState, Single, Single, UIntPtr)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void SetObjectSamplerState(this Metal.IMTLRenderCommandEncoder This, Metal.IMTLSamplerState? sampler, float lodMinClamp, float lodMaxClamp, UIntPtr index);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member SetObjectSamplerState : Metal.IMTLRenderCommandEncoder * Metal.IMTLSamplerState * single * single * unativeint -> unit
Parameters
- sampler
- IMTLSamplerState
- lodMinClamp
- Single
- lodMaxClamp
- Single
- index
-
UIntPtr
unativeint
- Attributes