enum HLSLShaderAttr::ShaderType

Declared at: build/tools/clang/include/clang/AST/Attrs.inc:4605

Enumerators

NameValueComment
Pixel0
Vertex1
Geometry2
Hull3
Domain4
Compute5
RayGeneration6
Intersection7
AnyHit8
ClosestHit9
Miss10
Callable11
Mesh12
Amplification13