Add stb_image_resize to vendor:stb/image

This commit is contained in:
gingerBill
2021-09-14 21:44:26 +01:00
parent 61efbf8684
commit cb2437959c
7 changed files with 2835 additions and 9 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ when ODIN_OS == "windows" { foreign import stbiw "../lib/stb_image_write.lib" }
when ODIN_OS == "linux" { foreign import stbiw "../lib/stb_image_write.a" }
write_func :: proc "c" (ctx: rawptr, data: rawptr, size: c.int);
write_func :: proc "c" (ctx: rawptr, data: rawptr, size: c.int)
@(default_calling_convention="c", link_prefix="stbi_")
foreign stbiw {