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.

Trait Implementations

Derived Implementations

impl<'t> Clone for DepthStencilCubemapLayerMipmap<'t>

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

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

impl<'t> Copy for DepthStencilCubemapLayerMipmap<'t>