Pārlūkot izejas kodu

try to appease the odin bindings generator.

Daniel Hooper 2 gadi atpakaļ
vecāks
revīzija
6d939a0f2e
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      sokol_gfx.h

+ 2 - 2
sokol_gfx.h

@@ -3246,8 +3246,8 @@ typedef struct sg_wgpu_context_desc {
 } sg_wgpu_context_desc;
 
 typedef struct sg_gl_context_desc {
-    unsigned int (*default_framebuffer_cb)(void);
-    unsigned int (*default_framebuffer_userdata_cb)(void*);
+    uint32_t (*default_framebuffer_cb)(void);
+    uint32_t (*default_framebuffer_userdata_cb)(void*);
     void* user_data;
 } sg_gl_context_desc;