Struct glium::texture::integral_cubemap::IntegralCubemapLayerMipmap [] [src]

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

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

Methods

impl<'t> IntegralCubemapLayerMipmap<'t>

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

Provides an object representing a single layer of this cubemap.

Trait Implementations

Derived Implementations

impl<'t> Clone for IntegralCubemapLayerMipmap<'t>

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

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

impl<'t> Copy for IntegralCubemapLayerMipmap<'t>