added glad generator and a glad runtime
This commit is contained in:
parent
2017f6195e
commit
ac18a84a9c
62 changed files with 32373 additions and 10 deletions
18
tools/glad-0.1.14a0/utility/download.sh
Executable file
18
tools/glad-0.1.14a0/utility/download.sh
Executable file
|
@ -0,0 +1,18 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
rm -f egl.xml
|
||||
wget -O egl.xml https://raw.githubusercontent.com/KhronosGroup/EGL-Registry/master/api/egl.xml
|
||||
|
||||
rm -f gl.xml
|
||||
wget -O gl.xml https://raw.githubusercontent.com/KhronosGroup/OpenGL-Registry/master/xml/gl.xml
|
||||
|
||||
rm -f glx.xml
|
||||
wget -O glx.xml https://raw.githubusercontent.com/KhronosGroup/OpenGL-Registry/master/xml/glx.xml
|
||||
|
||||
rm -f wgl.xml
|
||||
wget -O wgl.xml https://raw.githubusercontent.com/KhronosGroup/OpenGL-Registry/master/xml/wgl.xml
|
||||
|
||||
rm -f khrplatform.h
|
||||
wget -O khrplatform.h https://raw.githubusercontent.com/KhronosGroup/EGL-Registry/master/api/KHR/khrplatform.h
|
Loading…
Add table
Add a link
Reference in a new issue