enum class ShaderStage

Description

Shader programs run in specific pipeline stages.

Declared at: clang/include/clang/Basic/LangOptions.h:57

Enumerators

NameValueComment
Pixel0
Vertex1
Geometry2
Hull3
Domain4
Compute5
Library6
RayGeneration7
Intersection8
AnyHit9
ClosestHit10
Miss11
Callable12
Mesh13
Amplification14
Invalid15