共用方式為


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
屬性

適用於