mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 15:23:17 +01: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