Skip to main content

texture2darray_with_mipmaps_from_files

Function texture2darray_with_mipmaps_from_files 

Source
pub fn texture2darray_with_mipmaps_from_files(
    glium_facade: &dyn Facade,
    filepaths: &[&'static str],
    image_format: ImageFormat,
    mipmaps: MipmapsOption,
) -> Result<Texture2dArray, LoadError>
Expand description

Load a 2D texture array from the given paths with the given format and mipmaps.