enum GpuProgramStageBit
All possible GPU program stages as a bit mask.
Values
| Name | Value | Description |
|---|---|---|
None |
0 |
|
Vertex |
1 |
|
Fragment |
2 |
|
Hull |
16 |
|
Domain |
8 |
|
Geometry |
4 |
|
Compute |
32 |