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