Skip to content

Use Glad instead of GLEW

Jose Fonseca requested to merge jrfonseca/demos:glad into master

glad is a more modern, cleaner, and flexible alternative to GLEW. In particular it has first-class citizen support for OpenGL ES end EGL.

I did port several years back, but I'm now finally trying to get it merged, with view to facilitate automated MinGW builds of the Mesa demos (one less dependency to worry about.)

/cc @brianp @charmainel @bhenden @kusma

Merge request reports