2
0
Эх сурвалжийг харах

try to appease the odin bindings generator.

Daniel Hooper 2 жил өмнө
parent
commit
6d939a0f2e
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  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;
 } sg_wgpu_context_desc;
 
 
 typedef struct sg_gl_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;
     void* user_data;
 } sg_gl_context_desc;
 } sg_gl_context_desc;