summaryrefslogtreecommitdiffstats
path: root/externals/glad/include (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-03-20externals: Update Glad to latest version used by Citra.bunnei2-378/+13295
2015-10-17Externals: Regenerate GLAD with GL_KHR_debug support.Emmanuel Gil Peyrot1-384/+539
2015-08-30Replace the previous OpenGL loader with a glad-generated 3.3 oneYuri Kunde Schlesner2-0/+2546
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.