aboutsummaryrefslogtreecommitdiffstats
path: root/loadgl.m4
Commit message (Collapse)AuthorAgeFilesLines
* loadgl: gl_uni_*Tomasz Kramkowski2018-03-271-0/+36
| | | | Add gl_uni_loc and gl_uni_set* functions to loadgl.
* glprog: Wrap OpenGL program object loadingTomasz Kramkowski2018-03-271-0/+2
| | | | | glprog provides a simple interface to loadign OpenGL program objects and getting their uniform locations.
* Add gl_strerror implementationTomasz Kramkowski2018-03-271-0/+1
| | | | gl_strerror takes an OpenGL error enum and acts like strerror.
* loadgl: Use m4 to generate the loadsTomasz Kramkowski2018-03-261-0/+52
The loadgl interfaces, loads and functions are now generated with m4 so that all the information can be stored in a single place.