Hi,
I decided to enlighten my old projects.
Currently, the glad_gl.c file is not distributed by GLFW
I know you can download it from this place: https://glad.dav1d.de/
Why such changes? sorry, I’m not on the topic from 2019
Thanks,
– Rafał
Hi,
I decided to enlighten my old projects.
Currently, the glad_gl.c file is not distributed by GLFW
I know you can download it from this place: https://glad.dav1d.de/
Why such changes? sorry, I’m not on the topic from 2019
Thanks,
– Rafał
Hi @Rafal,
If you are referring to the Github repository then this change is due to this commit:
The 3.3.5 GLFW version glfw-3.3.5
from the GLFW main page still includes glad_gl.c
in the deps
folder.
Note that these dependencies are only included for the examples - GLFW itself does not require Glad and you are free to use any extension loading mechanism if you require one. So Glad isn’t included in the binary downloads.
Cheers,
Dougl.