Stb.h 356 B

1234567891011
  1. // Copyright (C) 2009-2021, 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>