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