Share via


MTLIndirectRenderCommand_Extensions.DrawMeshThreads Method

Definition

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

Parameters

threadsPerGrid
MTLSize
threadsPerObjectThreadgroup
MTLSize
threadsPerMeshThreadgroup
MTLSize
Attributes

Applies to