Share via


MTLIndirectRenderCommand_Extensions.DrawMeshThreadgroups Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DrawMeshThreadgroups(this Metal.IMTLIndirectRenderCommand This, Metal.MTLSize threadgroupsPerGrid, Metal.MTLSize threadsPerObjectThreadgroup, Metal.MTLSize threadsPerMeshThreadgroup);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DrawMeshThreadgroups : Metal.IMTLIndirectRenderCommand * Metal.MTLSize * Metal.MTLSize * Metal.MTLSize -> unit

Parameters

threadgroupsPerGrid
MTLSize
threadsPerObjectThreadgroup
MTLSize
threadsPerMeshThreadgroup
MTLSize
Attributes

Applies to