KillzXGaming / Smash-Forge

Open Source Editor of Smash 4 Filetypes
MIT License
21 stars 5 forks source link

BC5 SNORM (Switch) and BC7 textures need to be decoded properly #1

Closed KillzXGaming closed 6 years ago

KillzXGaming commented 6 years ago

BC5 textures can turn out like this.

salzza9

While BC7 ones currently do not display. Solution to BC5 SNORM textures would be decoding a DX10 formatted DDS and converting back into an RGBA texture and BC7 I need to add some code for decoding that.

KillzXGaming commented 6 years ago

BC5 SNORM textures work. Plan on adding BC7 soon.