mirror of
https://github.com/love2d/love-android.git
synced 2026-08-19 12:14:49 +02:00
using latest love-android @ changeset 8659be0e75a3
This commit is contained in:
@@ -110,6 +110,11 @@ StringMap<CompressedData::Format, CompressedData::FORMAT_MAX_ENUM>::Entry Compre
|
||||
{"bc4s", CompressedData::FORMAT_BC4s},
|
||||
{"bc5", CompressedData::FORMAT_BC5},
|
||||
{"bc5s", CompressedData::FORMAT_BC5s},
|
||||
{"etc1", CompressedData::FORMAT_ETC1},
|
||||
{"pvr1rgb2", CompressedData::FORMAT_PVR1_RGB2},
|
||||
{"pvr1rgb4", CompressedData::FORMAT_PVR1_RGB4},
|
||||
{"pvr1rgba2", CompressedData::FORMAT_PVR1_RGBA2},
|
||||
{"pvr1rgba4", CompressedData::FORMAT_PVR1_RGBA4},
|
||||
};
|
||||
|
||||
StringMap<CompressedData::Format, CompressedData::FORMAT_MAX_ENUM> CompressedData::formats(CompressedData::formatEntries, sizeof(CompressedData::formatEntries));
|
||||
|
||||
Reference in New Issue
Block a user