Vulkan fixes

This commit is contained in:
luboslenco
2025-06-08 22:45:50 +02:00
parent 4742d0e56c
commit 6f88ba099e
5 changed files with 8 additions and 10 deletions
-4
View File
@@ -238,9 +238,5 @@ function node_shader_get(raw: node_shader_t): string {
s += "\tfragment = kong_frag;\n";
s += "}\n";
////
iron_log(s);
////
return s;
}