mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-09-14 13:56:48 +08:00
Put DXT3 back in enum TextureFormat for testing purposes.
This commit is contained in:
parent
72831e1b2f
commit
9017a5732e
@ -44,8 +44,8 @@ private:
|
||||
RA88,
|
||||
A8,
|
||||
DXT1,
|
||||
DXT5 // most of the defaultprojects textures are DXT5 as indicated by their alpha data
|
||||
// DXT3 support seems to be missing from wallpaper engine
|
||||
DXT5, // most of the defaultprojects textures are DXT5 as indicated by their alpha data
|
||||
DXT3 = -1 // DXT3 support seems to be missing from wallpaper engine
|
||||
};
|
||||
|
||||
// extracted from the free image library
|
||||
|
Loading…
Reference in New Issue
Block a user