浏览代码

try to appease the odin bindings generator.

Daniel Hooper 2 年之前
父节点
当前提交
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;
 
 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;