- PNG 16 bit support from GZDoom.

This commit is contained in:
Christoph Oelckers 2021-05-21 21:06:11 +02:00
parent 264d42179e
commit 4739c71b39
2 changed files with 44 additions and 8 deletions

View file

@ -37,7 +37,7 @@
#define STBI_NO_STDIO
// Undefine formats we do not want to support here.
#define STBI_NO_JPEG
#define STBI_NO_PNG
//#define STBI_NO_PNG we need PNG for 16 bit channel images. Regular ones still use our own, more flexible decoder.
#define STBI_NO_TGA
#define STBI_NO_PSD
#define STBI_NO_HDR