mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-05-27 22:00:23 -04:00
update TextureFormat
This commit is contained in:
parent
ef29d220e0
commit
14829c5e1b
@ -1096,6 +1096,7 @@ public enum TextureFormat
|
||||
RGFloat,
|
||||
RGBAFloat,
|
||||
YUY2,
|
||||
RGB9e5Float,
|
||||
BC4 = 26,
|
||||
BC5,
|
||||
BC6H = 24,
|
||||
@ -1129,7 +1130,9 @@ public enum TextureFormat
|
||||
ASTC_RGBA_10x10,
|
||||
ASTC_RGBA_12x12,
|
||||
ETC_RGB4_3DS,
|
||||
ETC_RGBA8_3DS
|
||||
ETC_RGBA8_3DS,
|
||||
RG16,
|
||||
R8
|
||||
}
|
||||
|
||||
public static class KTXHeader
|
||||
|
Loading…
Reference in New Issue
Block a user