Browse Source
Merge pull request #11904 from ameerj/gl_threaded_opts_on
nvidia_flags: Enable GL Threaded optimizations
pull/15/merge
liamwhite
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/common/nvidia_flags.cpp
|
|
|
@ -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
|
|
|
|
} |
|
|
|
|
|
|
|
|