Use to_spirv

This commit is contained in:
luboslenco
2024-08-09 16:39:56 +02:00
parent 4f805937cd
commit 3d357f6c59
4 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ let project = new Project("Base");
if (graphics === "vulkan") {
project.addDefine("KINC_VKRT");
project.addProject("../" + dir + "/glsl_to_spirv");
project.addProject("../armorcore/tools/ashader/to_spirv");
}
if (flags.with_onnx) {