KhronosGroup / OpenGL-Registry

OpenGL, OpenGL ES, and OpenGL ES-SC API and Extension Registry
677 stars 274 forks source link

GL_GLEXT_VERSION missing in ES2 and ES3 headers #617

Closed emersion closed 3 weeks ago

emersion commented 2 months ago

api/GL/glext.h exposes GL_GLEXT_VERSION. However, this symbol is missing from GLES2/GLES3 headers. This makes it difficult to check for the version of the headers programmatically (e.g. to ensure the headers are new enough to contain required extensions).

zmike commented 1 month ago

WG 2024-07-17: Adding to ES headers is approved. Please create a pull request.