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.

Trait Implementations

Derived Implementations

impl<'t> Clone for DepthStencilCubemapArrayLayerMipmap<'t>

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

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

impl<'t> Copy for DepthStencilCubemapArrayLayerMipmap<'t>