Share via


IMTLIndirectComputeCommand.ConcurrentDispatchThreads(MTLSize, MTLSize) Method

Definition

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

Parameters

threadsPerGrid
MTLSize
threadsPerThreadgroup
MTLSize
Attributes

Applies to