mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-12 22:33:36 +00:00
Remove unneeded semicolons from vendor:OpenGL
This commit is contained in:
2
vendor/OpenGL/constants.odin
vendored
2
vendor/OpenGL/constants.odin
vendored
@@ -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
|
||||
|
||||
2
vendor/OpenGL/wrappers.odin
vendored
2
vendor/OpenGL/wrappers.odin
vendored
@@ -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