mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 16:52:57 +00:00
EGL: Add support for loading glvnd libOpenGL
(cherry picked from commit 55aad3c37b)
This commit is contained in:
@@ -678,6 +678,7 @@ GLFWbool _glfwCreateContextEGL(_GLFWwindow* window,
|
||||
#elif defined(__OpenBSD__) || defined(__NetBSD__)
|
||||
"libGL.so",
|
||||
#else
|
||||
"libOpenGL.so.0",
|
||||
"libGL.so.1",
|
||||
#endif
|
||||
NULL
|
||||
|
||||
Reference in New Issue
Block a user