mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 00:49:48 +00:00
EGL: Add support for loading glvnd libOpenGL
This commit is contained in:
@@ -737,6 +737,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