early-access version 3952

This commit is contained in:
pineappleEA
2023-10-30 02:46:39 +01:00
parent 97b5538b05
commit e0a0f1dbda
8 changed files with 62 additions and 7 deletions

View File

@@ -25,6 +25,7 @@ void ConfigureNvidiaEnvironmentFlags() {
void(_putenv(fmt::format("__GL_SHADER_DISK_CACHE_PATH={}", windows_path_string).c_str()));
void(_putenv("__GL_SHADER_DISK_CACHE_SKIP_CLEANUP=1"));
void(_putenv("__GL_THREADED_OPTIMIZATIONS=1"));
#endif
}