Skip to content

Commit a3f4d7b

Browse files
committed
(TextureFormat): added BC7.
1 parent 41a81c6 commit a3f4d7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ArcFormats/Unity/Texture2D.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ enum TextureFormat : int
4444
DXT5 = 12,
4545
RGBA4444 = 13,
4646
BGRA32 = 14,
47+
BC7 = 25,
4748
DXT1Crunched = 28,
4849
DXT5Crunched = 29,
4950
}

0 commit comments

Comments
 (0)