From 4489df2871b6d9c9b25d2f746ec601edd6758947 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Tue, 24 Aug 2021 00:22:11 +0100 Subject: [PATCH] Make `sync_t` `distinct` --- vendor/OpenGL/impl.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/OpenGL/impl.odin b/vendor/OpenGL/impl.odin index 23e8b729a..578097709 100644 --- a/vendor/OpenGL/impl.odin +++ b/vendor/OpenGL/impl.odin @@ -59,7 +59,7 @@ Type conversion overview: 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);