mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-02-05 21:50:10 +00:00
![Yuri Kunde Schlesner](/assets/img/avatar_default.png)
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.
6 lines
272 B
Markdown
6 lines
272 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,gles=3.0
|
|
```
|