We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change stb to directly decode into the provided memory and only use the buffer for temporary things.
Kinc image loading: https://github.com/Kode/Kinc/blob/master/Sources/kinc/image.c
stb_image lib: https://github.com/Kode/Kinc/blob/master/Sources/kinc/libs/stb_image.h
Related: nothings/stb#58
The text was updated successfully, but these errors were encountered:
This is still an issue - if someone already had a look then posting any findings is welcome.
Sorry, something went wrong.
No branches or pull requests
Change stb to directly decode into the provided memory and only use the buffer for temporary things.
Kinc image loading:
https://github.com/Kode/Kinc/blob/master/Sources/kinc/image.c
stb_image lib:
https://github.com/Kode/Kinc/blob/master/Sources/kinc/libs/stb_image.h
Related:
nothings/stb#58
The text was updated successfully, but these errors were encountered: