Struct glium::texture::srgb_cubemap_array::SrgbCubemapArrayLayerMipmap [] [src]

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

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

Methods

impl<'t> SrgbCubemapArrayLayerMipmap<'t>

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

Provides an object representing a single layer of this cubemap.

Trait Implementations

Derived Implementations

impl<'t> Clone for SrgbCubemapArrayLayerMipmap<'t>

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

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

impl<'t> Copy for SrgbCubemapArrayLayerMipmap<'t>