Module range

Module range 

Source

Structs§

NdRange
The NdRange struct defines the iteration domain of both the work-groups and the overall dispatch.

Traits§

ValidDimension
NdRange types which are limited to 1, 2 or 3 dimensions.

Type Aliases§

Range
Range is 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.