decode_astc_10_8

Function decode_astc_10_8 

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