Struct glium::texture::compressed_cubemap::CompressedCubemapLayerMipmap [] [src]

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

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

Methods

impl<'t> CompressedCubemapLayerMipmap<'t>

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

Provides an object representing a single layer of this cubemap.

Trait Implementations

Derived Implementations

impl<'t> Clone for CompressedCubemapLayerMipmap<'t>

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

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

impl<'t> Copy for CompressedCubemapLayerMipmap<'t>