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