mirror of https://github.com/mosra/magnum.git
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.
11 lines
462 B
11 lines
462 B
|
12 years ago
|
OpenGL header and extension loader is generated using flextGL, get it at
|
||
|
|
[](https://github.com/ginkgo/flextGL).
|
||
|
|
|
||
|
|
See [](extensions.txt) 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` file. As usual, be sure to check the diff for
|
||
|
|
suspicious changes and whitespace-at-EOL (although there shouldn't be any).
|