mirror of
https://github.com/glfw/glfw.git
synced 2026-07-31 18:54:16 +02:00
This adds the glfwGetEGLConfig function for querying the EGLConfig of the EGLSurface of a window. This is a re-implementation of the PR #2045 by knokko, slightly redesigned to handle EGLConfig being an opaque type in core EGL. Closes #2045