test automatic vk shader rebuilding

This commit is contained in:
Concedo 2025-03-13 19:34:15 +08:00
parent e75539e8cb
commit 2c9ade61fe
9 changed files with 34 additions and 4 deletions

View file

@ -580,9 +580,6 @@ void write_output_files() {
}
fprintf(src, "\n};\n\n");
if (!no_clean) {
std::remove(path.c_str());
}
}
fclose(hdr);