mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
Remove unneeded semicolons from vendor:OpenGL
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
|
||||
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user