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