Struct glium::texture::cubemap_array::CubemapArrayLayerMipmap [] [src]

pub struct CubemapArrayLayerMipmap<'t>(_, _);

Represents a single layer of a mipmap level of a CubemapArray.

Methods

impl<'t> CubemapArrayLayerMipmap<'t>

fn image(&self, layer: CubeLayer) -> CubemapArrayImage<'t>

Provides an object representing a single layer of this cubemap.

Trait Implementations

Derived Implementations

impl<'t> Clone for CubemapArrayLayerMipmap<'t>

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

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

impl<'t> Copy for CubemapArrayLayerMipmap<'t>