Browse Source

Make `sync_t` `distinct`

gingerBill 4 years ago
parent
commit
4489df2871
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vendor/OpenGL/impl.odin

+ 1 - 1
vendor/OpenGL/impl.odin

@@ -59,7 +59,7 @@ Type conversion overview:
 	void*                            -> rawptr
 	void*                            -> rawptr
 */
 */
 
 
-sync_t :: rawptr;
+sync_t :: distinct rawptr;
 debug_proc_t :: #type proc "c" (source: u32, type: u32, id: u32, severity: u32, length: i32, message: cstring, userParam: rawptr);
 debug_proc_t :: #type proc "c" (source: u32, type: u32, id: u32, severity: u32, length: i32, message: cstring, userParam: rawptr);