IMTLComputeCommandEncoder.DispatchThreadgroups(MTLSize, MTLSize) 方法

定义

[Foundation.Export("dispatchThreadgroups:threadsPerThreadgroup:")]
[Foundation.Preserve(Conditional=true)]
public void DispatchThreadgroups (Metal.MTLSize threadgroupsPerGrid, Metal.MTLSize threadsPerThreadgroup);
abstract member DispatchThreadgroups : Metal.MTLSize * Metal.MTLSize -> unit

参数

threadgroupsPerGrid
MTLSize
threadsPerThreadgroup
MTLSize
属性

适用于