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