IMTLRenderCommandEncoder.SetTessellationFactorBuffer 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.
Sets the offset and stride value for a tessellation buffer.
[Foundation.Export("setTessellationFactorBuffer:offset:instanceStride:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetTessellationFactorBuffer(Metal.IMTLBuffer? buffer, UIntPtr offset, UIntPtr instanceStride);
[<Foundation.Export("setTessellationFactorBuffer:offset:instanceStride:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetTessellationFactorBuffer : Metal.IMTLBuffer * unativeint * unativeint -> unit
override this.SetTessellationFactorBuffer : Metal.IMTLBuffer * unativeint * unativeint -> unit
Parameters
- buffer
- IMTLBuffer
- offset
-
UIntPtr
unativeint
- instanceStride
-
UIntPtr
unativeint
- Attributes