File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11
11
},
12
12
.dependencies = .{
13
13
.system_sdk = .{
14
- .url = "https://github.com/zig-gamedev/system_sdk/archive/bf49d627a191e339f70e72668c8333717fb969b0 .tar.gz" ,
14
+ .url = "https://github.com/zig-gamedev/system_sdk/archive/d1e724748d15cfcbf50c45ec7c7019688d45b16a .tar.gz" ,
15
15
.hash = "122047a9298c4c9dd43389d418d6826d469b192246ba0944102964cdc57f94c562df" ,
16
16
.lazy = true ,
17
17
},
Original file line number Diff line number Diff line change @@ -3854,6 +3854,8 @@ pub const DrawCmd = extern struct {
3854
3854
elem_count : c_uint ,
3855
3855
user_callback : ? DrawCallback ,
3856
3856
user_callback_data : ? * anyopaque ,
3857
+ user_callback_data_size : c_int ,
3858
+ user_callback_data_offset : c_int ,
3857
3859
};
3858
3860
3859
3861
pub const DrawCallback = * const fn (* const anyopaque , * const DrawCmd ) callconv (.C ) void ;
You can’t perform that action at this time.
0 commit comments