Function image::codecs::dxt::decode_dxt1_row

source ·
fn decode_dxt1_row(source: &[u8], dest: &mut [u8])
👎Deprecated: DXT support will be removed or reworked in a future version. Prefer the squish crate instead. See https://github.com/image-rs/image/issues/1623
Expand description

Decode a row of DXT1 data to four rows of RGB data. source.len() should be a multiple of 8, otherwise this panics.