Skip to content

Commit

Permalink
(TextureFormat): added BC7.
Browse files Browse the repository at this point in the history
  • Loading branch information
morkt committed Feb 16, 2018
1 parent 41a81c6 commit a3f4d7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ArcFormats/Unity/Texture2D.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ enum TextureFormat : int
DXT5 = 12,
RGBA4444 = 13,
BGRA32 = 14,
BC7 = 25,
DXT1Crunched = 28,
DXT5Crunched = 29,
}
Expand Down

0 comments on commit a3f4d7b

Please sign in to comment.