[][src]Function fna3d::img::from_encoded_bytes

pub fn from_encoded_bytes(bytes: &[u8]) -> (*const u8, u32, [u32; 2])

Decodes PNG/JPG/GIF data into raw RGBA8 texture data

Mainly for include_bytes!.