Remove unneeded semicolons from vendor:OpenGL

This commit is contained in:
gingerBill
2021-11-21 14:52:40 +00:00
parent f40f12d480
commit de435c9318
2 changed files with 2 additions and 2 deletions

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

View File

@@ -1,6 +1,6 @@
package odin_gl
#assert(size_of(bool) == size_of(u8));
#assert(size_of(bool) == size_of(u8))
when !ODIN_DEBUG {
// VERSION_1_0