共用方式為


MTLDispatchThreadgroupsIndirectArguments 結構

定義

表示間接分派執行緒群組之每個方格維度中的執行緒群組數目。

public struct MTLDispatchThreadgroupsIndirectArguments
type MTLDispatchThreadgroupsIndirectArguments = struct
繼承
MTLDispatchThreadgroupsIndirectArguments

欄位

ThreadGroupsPerGrid1

取得方格第一個維度的 threadgrops。

ThreadGroupsPerGrid2

取得方格第二個維度的 threadgrops。

ThreadGroupsPerGrid3

取得方格第三個維度的 threadgrops。

適用於