Michael Kutowski
|
8daecf7532
|
Update constants.odin
|
2022-11-15 01:06:03 +01:00 |
|
Jeroen van Rijn
|
0ca8a5e186
|
Add vendor:zlib to examples/all; prefix vendor packages.
|
2022-09-21 16:45:01 +02:00 |
|
Joakim Hentula
|
0efc79bcb9
|
Add GL_DEBUG config that falls back to ODIN_DEBUG to preserve previous behaviour, but allows debug builds without OpenGL debug features
|
2022-09-02 13:30:45 +01:00 |
|
gingerBill
|
de435c9318
|
Remove unneeded semicolons from vendor:OpenGL
|
2021-11-21 14:52:40 +00:00 |
|
jockus
|
2f4f6894bd
|
Convert all vendor:OpenGL functions taking GLboolean to bool, assert on bool type size matching sizeof(unsigned char) as per the C headers
|
2021-10-20 15:40:55 +01:00 |
|
gingerBill
|
b450a853d5
|
Strip unneeded semicolons from vendor library
|
2021-08-31 22:26:58 +01:00 |
|
gingerBill
|
0d3cbb8883
|
Add vendor:OpenGL
Based off a heavily modified version of: https://github.com/vassvik/odin-gl
|
2021-08-23 21:33:39 +01:00 |
|