IMTLRenderCommandEncoder.SetTileSamplerStates 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 |
|---|---|
| SetTileSamplerStates(IMTLSamplerState[], NSRange) | |
| SetTileSamplerStates(IMTLSamplerState[], IntPtr, IntPtr, NSRange) |
SetTileSamplerStates(IMTLSamplerState[], NSRange)
[Foundation.Export("setTileSamplerStates:withRange:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetTileSamplerStates(Metal.IMTLSamplerState[] samplers, Foundation.NSRange range);
[<Foundation.Export("setTileSamplerStates:withRange:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetTileSamplerStates : Metal.IMTLSamplerState[] * Foundation.NSRange -> unit
override this.SetTileSamplerStates : Metal.IMTLSamplerState[] * Foundation.NSRange -> unit
Parameters
- samplers
- IMTLSamplerState[]
- range
- NSRange
- Attributes
Applies to
SetTileSamplerStates(IMTLSamplerState[], IntPtr, IntPtr, NSRange)
[Foundation.Export("setTileSamplerStates:lodMinClamps:lodMaxClamps:withRange:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetTileSamplerStates(Metal.IMTLSamplerState[] samplers, IntPtr lodMinClamps, IntPtr lodMaxClamps, Foundation.NSRange range);
[<Foundation.Export("setTileSamplerStates:lodMinClamps:lodMaxClamps:withRange:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetTileSamplerStates : Metal.IMTLSamplerState[] * nativeint * nativeint * Foundation.NSRange -> unit
override this.SetTileSamplerStates : Metal.IMTLSamplerState[] * nativeint * nativeint * Foundation.NSRange -> unit
Parameters
- samplers
- IMTLSamplerState[]
- lodMinClamps
-
IntPtr
nativeint
- lodMaxClamps
-
IntPtr
nativeint
- range
- NSRange
- Attributes