|
@@ -5,7 +5,7 @@ import c "core:c/libc"
|
|
when ODIN_OS == .Windows { foreign import stbiw "../lib/stb_image_write.lib" }
|
|
when ODIN_OS == .Windows { foreign import stbiw "../lib/stb_image_write.lib" }
|
|
else when ODIN_OS == .Linux { foreign import stbiw "../lib/stb_image_write.a" }
|
|
else when ODIN_OS == .Linux { foreign import stbiw "../lib/stb_image_write.a" }
|
|
else when ODIN_OS == .Darwin { foreign import stbiw "../lib/darwin/stb_image_write.a" }
|
|
else when ODIN_OS == .Darwin { foreign import stbiw "../lib/darwin/stb_image_write.a" }
|
|
-else { foreign import stbi "system:stb_image_write" }
|
|
|
|
|
|
+else { foreign import stbiw "system:stb_image_write" }
|
|
|
|
|
|
|
|
|
|
write_func :: proc "c" (ctx: rawptr, data: rawptr, size: c.int)
|
|
write_func :: proc "c" (ctx: rawptr, data: rawptr, size: c.int)
|