Replace the previous OpenGL loader with a glad-generated 3.3 one
The main advantage of switching to glad from glLoadGen is that, apart from being actively maintained, it supports a customizable entrypoint loader function, which makes it possible to also support OpenGL ES.
This commit is contained in:
parent
58e9f78844
commit
a1a5570e97
19 changed files with 3982 additions and 2815 deletions
5
externals/glad/Readme.md
vendored
Normal file
5
externals/glad/Readme.md
vendored
Normal file
|
@ -0,0 +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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue