externals: Update Glad to latest version used by Citra.

This commit is contained in:
bunnei 2018-03-19 17:10:16 -04:00
parent b1ceeb5c42
commit 3cd8e8a062
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
```