ThreadData3D structure
Represents a 3D index into thread data
Syntax
typedef struct ThreadData3D { UINT X; UINT Y; UINT Z; } ThreadData3D;
Members
- X
-
The index of the thread on the X axis.
- Y
-
The index of the thread on the Y axis.
- Z
-
The index of the thread on the Z axis.
Requirements
|
Header |
|
|---|
Community Additions
ADD
Show: