Overview of the OpenGL-Registry
mainThe opengl-registry repository serves as the central backing store for the Khronos web registry. It contains the API and Extension registries for the OpenGL family, including OpenGL, OpenGL ES, and OpenGL SC.
Key components include:
- API Specifications: PDF specifications for all APIs (found in
specs/). - Header Files: C/C++ headers for all APIs (found in
api/). Note that OpenGL ES and OpenGL SC headers depend onkhrplatform.hfrom the EGL Registry. - Extension Specifications: Documentation for Khronos- and vendor-approved extensions (found in
extensions/). - XML API Registry: The XML definitions of each API and related tools (found in
xml/).
Note: This repository does not contain the OpenGL and OpenGL ES Reference Pages; those are located in the KhronosGroup/OpenGL-Refpages repository.