Skip to content
Snippets Groups Projects
Unverified Commit 29955de7 authored by liamwhite's avatar liamwhite Committed by GitHub
Browse files

Merge pull request #11904 from ameerj/gl_threaded_opts_on

nvidia_flags: Enable GL Threaded optimizations
parents b0f62d8f 9e4d606c
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment