-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issues with creating D3D context in newer NVIDIA drivers
Those flags were all GL context creation flags, one of which overrides GL_NO_API and makes it create an unwanted GL context (which in newer NVIDIA drivers makes a corresponding D3D11 context for DXGI compat) Also added some code to read the LUID from OpenGL
- Loading branch information
Showing
1 changed file
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters