Genesis-Plus-GX/libretro-common/glsym
Alberto Fustinoni 6c1487acb0 added all common
2017-06-20 10:27:03 +09:00
..
glgen.py added all common 2017-06-20 10:27:03 +09:00
glsym_es2.c added all common 2017-06-20 10:27:03 +09:00
glsym_es3.c added all common 2017-06-20 10:27:03 +09:00
glsym_gl.c added all common 2017-06-20 10:27:03 +09:00
README.md added all common 2017-06-20 10:27:03 +09:00
rglgen.c added all common 2017-06-20 10:27:03 +09:00
rglgen.py added all common 2017-06-20 10:27:03 +09:00

Autogenerate GL extension loaders

OpenGL desktop

Use Khronos' recent header.

./glgen.py /usr/include/GL/glext.h glsym_gl.h glsym_gl.c

OpenGL ES

./glgen.py /usr/include/GLES2/gl2ext.h glsym_es2.h glsym_es2.c