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