1
0
mirror of https://github.com/citra-emu/citra.git synced 2024-12-22 11:30:05 +00:00
citra/externals/glad/Readme.md
2019-01-30 14:08:28 -06:00

6 lines
289 B
Markdown

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,gles2=3.2" --generator=c
```