MTLDispatchThreadgroupsIndirectArguments Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |