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
@@ -7,7 +7,7 @@ import c "core:c/libc"
when ODIN_OS == "windows" { foreign import stbi "../lib/stb_image.lib" }
when ODIN_OS == "linux" { foreign import stbi "../lib/stb_image.a" }
#assert(size_of(b32) == size_of(c.int));
#assert(size_of(b32) == size_of(c.int))
//
// load image by filename, open file, or memory buffer