mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Add stb_image_resize to vendor:stb/image
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user