Struct glium::texture::srgb_cubemap_array::SrgbCubemapArrayLayerMipmap
[−]
[src]
pub struct SrgbCubemapArrayLayerMipmap<'t>(_, _);
Represents a single layer of a mipmap level of a SrgbCubemapArray
.
Methods
impl<'t> SrgbCubemapArrayLayerMipmap<'t>
fn image(&self, layer: CubeLayer) -> SrgbCubemapArrayImage<'t>
Provides an object representing a single layer of this cubemap.