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.

Trait Implementations

Derived Implementations

impl<'t> Clone for DepthCubemapLayerMipmap<'t>

fn clone(&self) -> DepthCubemapLayerMipmap<'t>

fn clone_from(&mut self, source: &Self)

impl<'t> Copy for DepthCubemapLayerMipmap<'t>