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.

Trait Implementations

Derived Implementations

impl<'t> Clone for DepthCubemapArrayLayerMipmap<'t>

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

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

impl<'t> Copy for DepthCubemapArrayLayerMipmap<'t>