MTLRenderCommandEncoder_Extensions.DrawMeshThreadgroups 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 |
|---|---|
| DrawMeshThreadgroups(IMTLRenderCommandEncoder, MTLSize, MTLSize, MTLSize) | |
| DrawMeshThreadgroups(IMTLRenderCommandEncoder, IMTLBuffer, UIntPtr, MTLSize, MTLSize) |
DrawMeshThreadgroups(IMTLRenderCommandEncoder, MTLSize, MTLSize, MTLSize)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DrawMeshThreadgroups(this Metal.IMTLRenderCommandEncoder This, Metal.MTLSize threadgroupsPerGrid, Metal.MTLSize threadsPerObjectThreadgroup, Metal.MTLSize threadsPerMeshThreadgroup);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DrawMeshThreadgroups : Metal.IMTLRenderCommandEncoder * Metal.MTLSize * Metal.MTLSize * Metal.MTLSize -> unit
Parameters
- threadgroupsPerGrid
- MTLSize
- threadsPerObjectThreadgroup
- MTLSize
- threadsPerMeshThreadgroup
- MTLSize
- Attributes
Applies to
DrawMeshThreadgroups(IMTLRenderCommandEncoder, IMTLBuffer, UIntPtr, MTLSize, MTLSize)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DrawMeshThreadgroups(this Metal.IMTLRenderCommandEncoder This, Metal.IMTLBuffer indirectBuffer, UIntPtr indirectBufferOffset, Metal.MTLSize threadsPerObjectThreadgroup, Metal.MTLSize threadsPerMeshThreadgroup);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DrawMeshThreadgroups : Metal.IMTLRenderCommandEncoder * Metal.IMTLBuffer * unativeint * Metal.MTLSize * Metal.MTLSize -> unit
Parameters
- indirectBuffer
- IMTLBuffer
- indirectBufferOffset
-
UIntPtr
unativeint
- threadsPerObjectThreadgroup
- MTLSize
- threadsPerMeshThreadgroup
- MTLSize
- Attributes