You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Vladimír Vondruš 9334df1392 external: updated GL headers. 11 years ago
..
CMakeLists.txt CMake: use VAR instead of "${VAR}" in if() statements. 11 years ago
README.md Using flextGL instead of glLoadGen for GL extension loading. 12 years ago
extensions.txt Updated GL headers for OpenGL 4.5. 12 years ago
flextGL.cpp external: updated GL headers. 11 years ago
flextGL.cpp.template Using flextGL instead of glLoadGen for GL extension loading. 12 years ago
flextGL.h external: updated GL headers. 11 years ago
flextGL.h.template Fix static build on Windows. 12 years ago
flextGLPlatform.cpp external: updated GL headers. 11 years ago
flextGLPlatform.cpp.template Using flextGL instead of glLoadGen for GL extension loading. 12 years ago

README.md

OpenGL header and extension loader is generated using flextGL, get it at .

See for requested version and a list of non-core extensions. Call flextGLgen.py in this directory with the following arguments:

.../flextGLgen.py -D . -t . extensions.txt

It will generate flextGL.h, flextGL.cpp and flextGLPlatform.cpp files. As usual, be sure to check the diff for suspicious changes and whitespace-at-EOL (although there shouldn't be any).