[][src]Function rendy_texture::image::load_from_image

pub fn load_from_image<R>(
    reader: R,
    config: ImageTextureConfig
) -> Result<TextureBuilder<'static>, Error> where
    R: BufRead + Seek

Attempts to load a Texture from an image.