Function decode_dxt5_row

Source
fn decode_dxt5_row(source: &[u8], dest: &mut [u8])
Expand description

Decode a row of DXT5 data to four rows of RGBA data. source.len() should be a multiple of 16, otherwise this panics.