Edited by Agr, 18 September 2012 - 12:35 PM.
DXT mipmaps
Started by Agr, Sep 18 2012 12:09 PM
1 reply to this topic
Sponsor:
#2 Moderators - Reputation: 5644
Posted 18 September 2012 - 01:29 PM
It might be possible to directly work with the compressed data, but I'd imagine it would never be worth it considering how quick it is to decode DXT formats. You can always just decode one 4x4 block at a time if you don't want to decompress the whole thing at once.
Either way you wouldn't want to generate mips from the compressed data, because information has already been lost from the source image. Its better generate the mips from the source data (preferably with high-precision 16-bit data) and then compress the mips after the fact.
Either way you wouldn't want to generate mips from the compressed data, because information has already been lost from the source image. Its better generate the mips from the source data (preferably with high-precision 16-bit data) and then compress the mips after the fact.






