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š dfb697dd0c CMake 3.0 compatibility: use AppleClang for Clang on OS X. 12 years ago
..
CMakeLists.txt CMake 3.0 compatibility: use AppleClang for Clang on OS X. 12 years ago
README.md Making includes absolute, part 1: moving files around. 13 years ago
extensions.txt MagnumExternal: updated glLoadGen-generated files. 12 years ago
gl_magnum.c MagnumExternal: updated glLoadGen-generated files. 12 years ago
gl_magnum.h MagnumExternal: updated glLoadGen-generated files. 12 years ago

README.md

OpenGL header and extension loader is generated using glLoadGen, originally from BitBucket, with Magnum-related changes at .

See extensions.txt for a list of requested non-core extensions. Copy the file into glLoadGen directory and generate the files using Lua:

lua LoadGen.lua -style=pointer_c -indent=space -spec=gl -version=4.4 -profile=core -extfile=extensions.txt magnum

Then copy generated gl_magnum.c and gl_magnum.h to this directory. You may want to remove trailing spaces to make the diff cleaner. Be sure to check the diff for suspicious changes.