Structs§
- NdRange
- The
NdRangestruct defines the iteration domain of both the work-groups and the overall dispatch.
Traits§
- Valid
Dimension NdRangetypes which are limited to 1, 2 or 3 dimensions.
Type Aliases§
- Range
Rangeis a 1D, 2D or 3D vector that defines the iteration domain of either a single work-group in a parallel dispatch, or the overall dimensions of the dispatch.