This commit is contained in:
luboslenco
2024-04-07 09:52:45 +02:00
parent 6787699bd7
commit 53ba0e62b1
56 changed files with 1133 additions and 849 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ flags.on_c_project_created = async function(c_project, platform, graphics) {
let dir = flags.name.toLowerCase();
if (graphics === "vulkan") {
c_project.addDefine("KORE_VKRT");
c_project.addDefine("KINC_VKRT");
await c_project.addProject("../" + dir + "/glsl_to_spirv");
}