Description
Compiles HLSL shader code into DXIL, the DirectX Intermediate Language. It is useful for graphics developers, game engines, compatibility layers, and rendering projects that need DirectX shader compilation.
Use it as part of a graphics build pipeline or shader toolchain. Shader compiler output must match the target runtime, so test generated shaders in the intended application.