mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 10:10:57 +00:00
e062b98088
find . -type f -exec sed -i '${/^[[:space:]]*$/d;}' {} \+
12 lines
267 B
Markdown
12 lines
267 B
Markdown
# Autogenerate GL extension loaders
|
|
|
|
## OpenGL desktop
|
|
|
|
Use Khronos' recent [header](www.opengl.org/registry/api/glext.h).
|
|
|
|
./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
|