Share via


IMTLRenderCommandEncoder.DrawMeshThreads(MTLSize, MTLSize, MTLSize) Method

Definition

[Foundation.Export("drawMeshThreads:threadsPerObjectThreadgroup:threadsPerMeshThreadgroup:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DrawMeshThreads(Metal.MTLSize threadsPerGrid, Metal.MTLSize threadsPerObjectThreadgroup, Metal.MTLSize threadsPerMeshThreadgroup);
[<Foundation.Export("drawMeshThreads:threadsPerObjectThreadgroup:threadsPerMeshThreadgroup:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DrawMeshThreads : Metal.MTLSize * Metal.MTLSize * Metal.MTLSize -> unit
override this.DrawMeshThreads : Metal.MTLSize * Metal.MTLSize * Metal.MTLSize -> unit

Parameters

threadsPerGrid
MTLSize
threadsPerObjectThreadgroup
MTLSize
threadsPerMeshThreadgroup
MTLSize
Attributes

Applies to