aboutsummaryrefslogtreecommitdiff
path: root/vendor/OpenGL/constants.odin
Commit message (Collapse)AuthorAgeFilesLines
* Update constants.odinMichael Kutowski2022-11-151-1206/+1631
|
* Add vendor:zlib to examples/all; prefix vendor packages.Jeroen van Rijn2022-09-211-1/+1
|
* Add GL_DEBUG config that falls back to ODIN_DEBUG to preserve previous ↵Joakim Hentula2022-09-021-0/+2
| | | | behaviour, but allows debug builds without OpenGL debug features
* Remove unneeded semicolons from vendor:OpenGLgingerBill2021-11-211-1/+1
|
* Convert all vendor:OpenGL functions taking GLboolean to bool, assert on bool ↵jockus2021-10-201-1/+1
| | | | type size matching sizeof(unsigned char) as per the C headers
* Strip unneeded semicolons from vendor librarygingerBill2021-08-311-1387/+1387
|
* Add `vendor:OpenGL`gingerBill2021-08-231-0/+1412
Based off a heavily modified version of: https://github.com/vassvik/odin-gl