Struct glium::texture::srgb_cubemap::SrgbCubemapLayerMipmap [] [src]

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

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

Methods

impl<'t> SrgbCubemapLayerMipmap<'t>

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

Provides an object representing a single layer of this cubemap.

Trait Implementations

Derived Implementations

impl<'t> Clone for SrgbCubemapLayerMipmap<'t>

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

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

impl<'t> Copy for SrgbCubemapLayerMipmap<'t>