mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 00:41:24 +00:00
- PNG 16 bit support from GZDoom.
This commit is contained in:
parent
264d42179e
commit
4739c71b39
2 changed files with 44 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue