Struct glium::texture::cubemap::CubemapLayerMipmap [] [src]

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

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

Methods

impl<'t> CubemapLayerMipmap<'t>

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

Provides an object representing a single layer of this cubemap.

Trait Implementations

Derived Implementations

impl<'t> Clone for CubemapLayerMipmap<'t>

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

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

impl<'t> Copy for CubemapLayerMipmap<'t>