refactor Texture2D convert

This commit is contained in:
Perfare
2020-03-24 06:41:58 +08:00
parent 5b96a29cca
commit f3a0bf505e
57 changed files with 15416 additions and 1333 deletions

View File

@ -170,5 +170,11 @@ namespace AssetStudio
R8,
ETC_RGB4Crunched,
ETC2_RGBA8Crunched,
ASTC_HDR_4x4,
ASTC_HDR_5x5,
ASTC_HDR_6x6,
ASTC_HDR_8x8,
ASTC_HDR_10x10,
ASTC_HDR_12x12,
}
}