Skip to content
Snippets Groups Projects
Commit 5e12beba authored by Graham Linden's avatar Graham Linden
Browse files

MAINT-7548 MAINT-7560 use NvidiaOptimusEnablement globally exported var to...

MAINT-7548 MAINT-7560 use NvidiaOptimusEnablement globally exported var to signal desire to use high-performance graphics processor
parent 3008962f
No related branches found
No related tags found
No related merge requests found
......@@ -2561,5 +2561,10 @@ void LLGLSyncFence::wait()
#endif
}
#if LL_WINDOWS
// Expose desired use of high-performance graphics processor to Optimus driver
extern "C"
{
_declspec(dllexport) DWORD NvOptimusEnablement = 0x00000001;
}
#endif
\ No newline at end of file
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