Browse Source

OpenGL: fix the README links.

Markdown doesn't work this way.
pull/187/head^2
Vladimír Vondruš 10 years ago
parent
commit
ea7fce2e7b
  1. 7
      src/MagnumExternal/OpenGL/GL/README.md
  2. 6
      src/MagnumExternal/OpenGL/GLES2/README.md
  3. 7
      src/MagnumExternal/OpenGL/GLES3/README.md

7
src/MagnumExternal/OpenGL/GL/README.md vendored

@ -1,8 +1,9 @@
OpenGL header and extension loader is generated using flextGL, get it at
[](https://github.com/ginkgo/flextGL).
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:
See [extensions.txt](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

6
src/MagnumExternal/OpenGL/GLES2/README.md vendored

@ -1,9 +1,9 @@
OpenGL header and extension loader is generated using flextGL, get it at
https://github.com/ginkgo/flextGL.
See [extensions.txt](extensions.txt) for requested version and a list of non-core extensions.
Call `flextGLgen.py` in this directory with the following arguments to generate
files for generic GLES2 implementations:
See [extensions.txt](extensions.txt) for requested version and a list of
non-core extensions. Call `flextGLgen.py` in this directory with the following
arguments to generate files for generic GLES2 implementations:
.../flextGLgen.py -D . -t . extensions.txt

7
src/MagnumExternal/OpenGL/GLES3/README.md vendored

@ -1,8 +1,9 @@
OpenGL header and extension loader is generated using flextGL, get it at
[](https://github.com/ginkgo/flextGL).
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:
See [extensions.txt](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

Loading…
Cancel
Save