Fix and improve Texture2D convert

This commit is contained in:
Perfare
2022-03-22 01:00:20 +08:00
committed by VaDiM
parent 7299bcba6d
commit 54445475a3
4 changed files with 103 additions and 36 deletions

View File

@ -154,7 +154,8 @@ namespace AssetStudio
RGB565 = 7,
R16 = 9,
DXT1,
DXT5 = 12,
DXT3,
DXT5,
RGBA4444,
BGRA32,
RHalf,
@ -165,11 +166,11 @@ namespace AssetStudio
RGBAFloat,
YUY2,
RGB9e5Float,
BC4 = 26,
BC5,
BC6H = 24,
BC7,
DXT1Crunched = 28,
BC4,
BC5,
DXT1Crunched,
DXT5Crunched,
PVRTC_RGB2,
PVRTC_RGBA2,