pub fn decode_bc7( data: &[u8], width: usize, height: usize, image: &mut [u32], ) -> Result<(), &'static str>
Decodes a bc7 encoded texture into an image