Stb.h 393 B

123456789101112
  1. // Copyright (C) 2009-present, Panagiotis Christopoulos Charitos and contributors.
  2. // All rights reserved.
  3. // Code licensed under the BSD License.
  4. // http://www.anki3d.org/LICENSE
  5. #include <AnKi/Resource/Common.h>
  6. #define STBI_ASSERT(x) ANKI_ASSERT(x)
  7. #define STBI_NO_FAILURE_STRINGS 1 // No need
  8. #include <Stb/stb_image.h>
  9. #include <Stb/stb_image_write.h>
  10. #include <Stb/stb_image_resize.h>