IMTLRenderCommandEncoder.SetTileSamplerState 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 |
|---|---|
| SetTileSamplerState(IMTLSamplerState, UIntPtr) | |
| SetTileSamplerState(IMTLSamplerState, Single, Single, UIntPtr) |
SetTileSamplerState(IMTLSamplerState, UIntPtr)
[Foundation.Export("setTileSamplerState:atIndex:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetTileSamplerState(Metal.IMTLSamplerState? sampler, UIntPtr index);
[<Foundation.Export("setTileSamplerState:atIndex:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetTileSamplerState : Metal.IMTLSamplerState * unativeint -> unit
override this.SetTileSamplerState : Metal.IMTLSamplerState * unativeint -> unit
Parameters
- sampler
- IMTLSamplerState
- index
-
UIntPtr
unativeint
- Attributes
Applies to
SetTileSamplerState(IMTLSamplerState, Single, Single, UIntPtr)
[Foundation.Export("setTileSamplerState:lodMinClamp:lodMaxClamp:atIndex:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetTileSamplerState(Metal.IMTLSamplerState? sampler, float lodMinClamp, float lodMaxClamp, UIntPtr index);
[<Foundation.Export("setTileSamplerState:lodMinClamp:lodMaxClamp:atIndex:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetTileSamplerState : Metal.IMTLSamplerState * single * single * unativeint -> unit
override this.SetTileSamplerState : Metal.IMTLSamplerState * single * single * unativeint -> unit
Parameters
- sampler
- IMTLSamplerState
- lodMinClamp
- Single
- lodMaxClamp
- Single
- index
-
UIntPtr
unativeint
- Attributes