diff options
| author | gingerBill <bill@gingerbill.org> | 2021-08-24 00:22:11 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-08-24 00:22:11 +0100 |
| commit | 4489df2871b6d9c9b25d2f746ec601edd6758947 (patch) | |
| tree | ea6f4819b29e71009b006690dda17d6c1eb2768a | |
| parent | 766c17a6a306974db4cd291d28bcef8de8110cdb (diff) | |
Make `sync_t` `distinct`
| -rw-r--r-- | vendor/OpenGL/impl.odin | 2 |
1 files changed, 1 insertions, 1 deletions
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); |