Browse Source
* Use raylib's stb_image.h and implementation if Raylib is imported. This prevents multiple definitions and ensures the API matches (because already, I'm on a different version of stb_image.h as raylib). * Make raylib support image formats I care about. Note that there's a bug in raylib right now which is addressed by: https://github.com/raysan5/raylib/pull/2318 * Reduce number of "hot loop" to speed up testingmaster
4 changed files with 38 additions and 10 deletions
Loading…
Reference in new issue