This commit is contained in:
2026-02-20 19:35:09 +02:00
parent 3ed689f801
commit c00ecf4081
35 changed files with 576 additions and 99 deletions

View File

@@ -19,6 +19,8 @@ void CompileShader( const char *szShader )
s_pVulkanSpirvCompiler->CompileShader(szShader, &shader);
Plat_MakeDir("../build", 0755);
Plat_MakeDir("../build/funnygame", 0755);
Plat_MakeDir("../build/funnygame/assets", 0755);
Plat_MakeDir("../build/funnygame/assets/shaders", 0755);