Struct glium::texture::unsigned_cubemap::UnsignedCubemapLayerMipmap [] [src]

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

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

Methods

impl<'t> UnsignedCubemapLayerMipmap<'t>

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

Provides an object representing a single layer of this cubemap.

Trait Implementations

Derived Implementations

impl<'t> Clone for UnsignedCubemapLayerMipmap<'t>

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

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

impl<'t> Copy for UnsignedCubemapLayerMipmap<'t>