decode_astc_12_12

Function decode_astc_12_12 

Source
pub fn decode_astc_12_12(
    data: &[u8],
    width: usize,
    height: usize,
    image: &mut [u32],
) -> Result<(), &'static str>