Convert all vendor:OpenGL functions taking GLboolean to bool, assert on bool type size matching sizeof(unsigned char) as per the C headers

This commit is contained in:
jockus
2021-10-20 15:40:55 +01:00
parent 6a86b3c82b
commit 2f4f6894bd
3 changed files with 45 additions and 43 deletions
+1 -1
View File
@@ -1409,4 +1409,4 @@ TRANSFORM_FEEDBACK_OVERFLOW :: 0x82EC
TRANSFORM_FEEDBACK_STREAM_OVERFLOW :: 0x82ED
// Extensions, extended as necessary
DEVICE_LUID_EXT :: 0x9599;
DEVICE_LUID_EXT :: 0x9599;