load_texture_from_bytes

Function load_texture_from_bytes 

Source
pub fn load_texture_from_bytes(data: &[u8]) -> Result<TextureData, ImageError>
Expand description

Load a texture from PNG bytes.