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