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