We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41a81c6 commit a3f4d7bCopy full SHA for a3f4d7b
ArcFormats/Unity/Texture2D.cs
@@ -44,6 +44,7 @@ enum TextureFormat : int
44
DXT5 = 12,
45
RGBA4444 = 13,
46
BGRA32 = 14,
47
+ BC7 = 25,
48
DXT1Crunched = 28,
49
DXT5Crunched = 29,
50
}
0 commit comments