Added the shader compiler to the fastbuild pipeline.

This commit is contained in:
2026-01-09 14:07:36 -05:00
parent 71a78863b7
commit bd45cacc6c
16 changed files with 398 additions and 233 deletions

View File

@@ -39,4 +39,4 @@ struct HLSLShaderInfo : ShaderInfo
// TODO Defines and includes
};
ByteBuffer CompileDXIL(HLSLShaderInfo& info);
ByteBuffer CompileDXIL(HLSLShaderInfo& info);