glad: Update glad

This commit is contained in:
MerryMage
2017-12-26 08:22:17 +00:00
committed by James Rowe
parent 5748b3e47f
commit a8dd3aa940
4 changed files with 21329 additions and 1138 deletions

View File

@@ -1,5 +1,5 @@
These files were generated by the [glad](https://github.com/Dav1dde/glad) OpenGL loader generator and have been checked in as-is. You can re-generate them using glad with the following command:
```
python -m glad --profile core --out-path glad/ --api gl=3.3,gles=3.0
python -m glad --profile core --out-path glad/ --api gl=3.3 --generator=c
```