Struct glium::texture::compressed_srgb_cubemap::CompressedSrgbCubemapLayerMipmap [] [src]

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

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

Methods

impl<'t> CompressedSrgbCubemapLayerMipmap<'t>

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

Provides an object representing a single layer of this cubemap.

Trait Implementations

Derived Implementations

impl<'t> Clone for CompressedSrgbCubemapLayerMipmap<'t>

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

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

impl<'t> Copy for CompressedSrgbCubemapLayerMipmap<'t>