pub fn decode_block_bc7(
compressed_block: &[u8],
decompressed_block: &mut [u8],
destination_pitch: usize,
)Expand description
Decodes a BC7 block by reading 16 bytes from compressed_block and writing the RGBA8 data into decompressed_block with destination_pitch many bytes per output row.