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