Home -> ShaderSourceInfoBase -> ShaderType
Description
The ShaderType enumeration identifies the concrete shader source information structure supplied through ShaderSourceInfoBase. Its values correspond to CodeFormat entries.
Members
| Name | Description | |
|---|---|---|
| HLSL |
Identifies HLSL source code text.
|
|
| DXBC |
Identifies Direct3D bytecode produced by the legacy FXC compiler.
|
|
| DXIL |
Identifies DirectX Intermediate Language bytecode produced by the DXC compiler.
|
|
| SPIRVAssembly |
Identifies SPIR-V assembly text.
|
|
| SPIRV |
Identifies binary SPIR-V shader code.
|
|
| GLSL |
Identifies GLSL source code text.
|
|
| MSL |
Identifies Metal Shading Language source code text.
|
|
| AIR |
Identifies Apple Intermediate Representation bytecode for Metal shaders.
|