Open tonihele opened 3 years ago
Add support for texture flipping of BC6 and BC7 formats. This is definitely not an easy task. It might be doable. Fun with bits.
Here is some pondering on the subject: https://gamedev.stackexchange.com/questions/35379/how-to-flip-a-bc6-bc7-texture
See https://github.com/jMonkeyEngine/jmonkeyengine/issues/1619 for the BC6 and BC7 support implementation.
Thanks for opening an issue so this won't be forgotten.
Add support for texture flipping of BC6 and BC7 formats. This is definitely not an easy task. It might be doable. Fun with bits.
Here is some pondering on the subject: https://gamedev.stackexchange.com/questions/35379/how-to-flip-a-bc6-bc7-texture
See https://github.com/jMonkeyEngine/jmonkeyengine/issues/1619 for the BC6 and BC7 support implementation.