Put DXT3 back in enum TextureFormat for testing purposes.

This commit is contained in:
ambidot 2020-07-25 02:57:40 -05:00
parent 72831e1b2f
commit 9017a5732e

View File

@ -44,8 +44,8 @@ private:
RA88, RA88,
A8, A8,
DXT1, DXT1,
DXT5 // most of the defaultprojects textures are DXT5 as indicated by their alpha data DXT5, // most of the defaultprojects textures are DXT5 as indicated by their alpha data
// DXT3 support seems to be missing from wallpaper engine DXT3 = -1 // DXT3 support seems to be missing from wallpaper engine
}; };
// extracted from the free image library // extracted from the free image library