Struct glium::texture::compressed_srgb_cubemap_array::CompressedSrgbCubemapArrayLayerMipmap [] [src]

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

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

Methods

impl<'t> CompressedSrgbCubemapArrayLayerMipmap<'t>

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

Provides an object representing a single layer of this cubemap.

Trait Implementations

Derived Implementations

impl<'t> Clone for CompressedSrgbCubemapArrayLayerMipmap<'t>

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

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

impl<'t> Copy for CompressedSrgbCubemapArrayLayerMipmap<'t>