Function decode_bc7

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

Decodes a bc7 encoded texture into an image