AssetRipper / TextureDecoder

Managed library for decoding textures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BC Support

ds5678 opened this issue · comments

This library should support decoding BC4, BC5, BC6H, and BC7.

Bc support is more or less implemented. There's still some issues with sizes not divisible by 4, but other than that, it should be good.