Understand the OpenGL-Refpages directory structure
mainThe repository contains separate reference page sets for different versions of OpenGL and OpenGL ES. You can find documentation for the following APIs in their respective directories:
es1.1: OpenGL ES 1.1 (fixed function)es2.0: OpenGL ES 2.0es3.0: OpenGL ES 3.0es3.1: OpenGL ES 3.1es3: OpenGL ES 3.x (tracks the latest ES version, currently 3.2)gl2.1: OpenGL 2.1 (including fixed functionality)gl4: OpenGL 4.x (tracks the latest GL version, currently 4.6)