Struct glium::texture::compressed_cubemap_array::CompressedCubemapArrayLayerMipmap [] [src]

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

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

Methods

impl<'t> CompressedCubemapArrayLayerMipmap<'t>

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

Provides an object representing a single layer of this cubemap.

Trait Implementations

Derived Implementations

impl<'t> Clone for CompressedCubemapArrayLayerMipmap<'t>

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

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

impl<'t> Copy for CompressedCubemapArrayLayerMipmap<'t>