castano / icbc

A High Quality SIMD BC1 Encoder
MIT License
108 stars 7 forks source link

Fix DXT1 decoder wrongly decoding endpoints as zero alpha #7

Closed aras-p closed 1 year ago

aras-p commented 2 years ago

The bit expansion of the endpoints decoder was setting alpha to zero.

castano commented 1 year ago

Thanks for the fix!