summaryrefslogtreecommitdiffstats
path: root/externals/glad/CMakeLists.txt (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-09-07CMake: Add missing library required by Linux for compiling gladYuri Kunde Schlesner1-0/+3
2015-08-30Replace the previous OpenGL loader with a glad-generated 3.3 oneYuri Kunde Schlesner1-0/+11
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.