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