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