enum HLSLShaderAttr::ShaderType
Declared at: build/tools/clang/include/clang/AST/Attrs.inc:4605
Enumerators
Name | Value | Comment |
---|---|---|
Pixel | 0 | |
Vertex | 1 | |
Geometry | 2 | |
Hull | 3 | |
Domain | 4 | |
Compute | 5 | |
RayGeneration | 6 | |
Intersection | 7 | |
AnyHit | 8 | |
ClosestHit | 9 | |
Miss | 10 | |
Callable | 11 | |
Mesh | 12 | |
Amplification | 13 |