enum class ShaderStage
Description
Shader programs run in specific pipeline stages.
Declared at: clang/include/clang/Basic/LangOptions.h:57
Enumerators
Name | Value | Comment |
---|---|---|
Pixel | 0 | |
Vertex | 1 | |
Geometry | 2 | |
Hull | 3 | |
Domain | 4 | |
Compute | 5 | |
Library | 6 | |
RayGeneration | 7 | |
Intersection | 8 | |
AnyHit | 9 | |
ClosestHit | 10 | |
Miss | 11 | |
Callable | 12 | |
Mesh | 13 | |
Amplification | 14 | |
Invalid | 15 |