summaryrefslogtreecommitdiff
path: root/platform/linux/src/gl_functions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [android,linux,darwin,qt] Load OpenGL for the platformThiago Marcos P. Santos2019-02-121-0/+166
These loaders will provide pointers to the platform implementation of OpenGL. On Android, Linux and Darwin, we simply link with the OpenGL implementation that is expected to exist on the platform. Qt has its own GL loader, so we just connect the dots.