Browse Source

Add missing field `skip_missing`

gingerBill 3 years ago
parent
commit
00597127dd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      vendor/stb/truetype/stb_truetype.odin

+ 1 - 0
vendor/stb/truetype/stb_truetype.odin

@@ -98,6 +98,7 @@ pack_range :: struct {
 pack_context :: struct {
 	user_allocator_context, pack_info:       rawptr,
 	width, height, stride_in_bytes, padding: c.int,
+	skip_missing:                            b32,
 	h_oversample, v_oversample:              u32,
 	pixels:                                  [^]byte,
 	nodes:                                   rawptr,