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