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