Expand description
CPU based decoding.
Functionsยง
- decode_
block_ bc7 - Decodes a BC7 block by reading 16 bytes from
compressed_blockand writing the RGBA8 data intodecompressed_blockwithdestination_pitchmany bytes per output row. - decompress_
blocks_ as_ rgba8 - Helper function to easily decompress block data into RGBA8 data.