فهرست منبع

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;