MTLDispatchThreadgroupsIndirectArguments Struct

Definition

Represents the number of threadgroups in each grid dimension for indirectly dispatched threadgroups.

public struct MTLDispatchThreadgroupsIndirectArguments
type MTLDispatchThreadgroupsIndirectArguments = struct
Inheritance
MTLDispatchThreadgroupsIndirectArguments

Fields

ThreadGroupsPerGrid1

Gets the threadgrops for the first dimension of the grid.

ThreadGroupsPerGrid2

Gets the threadgrops for the second dimension of the grid.

ThreadGroupsPerGrid3

Gets the threadgrops for the third dimension of the grid.

Applies to