BCnEncoder.NET
BCnEncoder.NET copied to clipboard
Possible bug in BC2/3 decoding
I am not super sure on this one so please just correct me if I am wrong: every resource I read pointed towards Bc2/3 being exactly the same, the difference only being that Bc2 colors are premultiplied with alpha.
However in the current implementation Bc3Block
uses Bc4ComponentBlock
which produces very much different results.