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