mirror of
https://github.com/love2d/love.git
synced 2026-08-14 10:13:46 +02:00
Removed support for BC7-compressed DDS images (only *very* modern systems support it right now); updated the ddsparse library
This commit is contained in:
@@ -117,8 +117,6 @@ StringMap<CompressedData::TextureType, CompressedData::TYPE_MAX_ENUM>::Entry Com
|
||||
{"dxt5", CompressedData::TYPE_DXT5},
|
||||
{"bc5", CompressedData::TYPE_BC5},
|
||||
{"bc5s", CompressedData::TYPE_BC5s},
|
||||
{"bc7", CompressedData::TYPE_BC7},
|
||||
{"bc7srgb", CompressedData::TYPE_BC7srgb},
|
||||
};
|
||||
|
||||
StringMap<CompressedData::TextureType, CompressedData::TYPE_MAX_ENUM> CompressedData::types(CompressedData::typeEntries, sizeof(CompressedData::typeEntries));
|
||||
|
||||
Reference in New Issue
Block a user