Browse Source

Remove unneeded semicolons from vendor:OpenGL

gingerBill 3 years ago
parent
commit
de435c9318
2 changed files with 2 additions and 2 deletions
  1. 1 1
      vendor/OpenGL/constants.odin
  2. 1 1
      vendor/OpenGL/wrappers.odin

+ 1 - 1
vendor/OpenGL/constants.odin

@@ -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

+ 1 - 1
vendor/OpenGL/wrappers.odin

@@ -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