decode_astc_10_5

Function decode_astc_10_5 

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