The EGL_EXT_present_opaque extension is primarily a workaround meant for Wayland, even if the language in it doesn't mention this. GLFW previously always enabled this extension where supported. This caused issues on X11 when running the Nvidia binary blob. This commit ensures the extension is only enabled on Wayland. Fixes #2365master
parent
68edc66aa4
commit
46cebb5081
2 changed files with 6 additions and 2 deletions
Loading…
Reference in New Issue