mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Add missing field skip_missing
This commit is contained in:
+1
@@ -98,6 +98,7 @@ pack_range :: struct {
|
|||||||
pack_context :: struct {
|
pack_context :: struct {
|
||||||
user_allocator_context, pack_info: rawptr,
|
user_allocator_context, pack_info: rawptr,
|
||||||
width, height, stride_in_bytes, padding: c.int,
|
width, height, stride_in_bytes, padding: c.int,
|
||||||
|
skip_missing: b32,
|
||||||
h_oversample, v_oversample: u32,
|
h_oversample, v_oversample: u32,
|
||||||
pixels: [^]byte,
|
pixels: [^]byte,
|
||||||
nodes: rawptr,
|
nodes: rawptr,
|
||||||
|
|||||||
Reference in New Issue
Block a user