Struct glium::texture::unsigned_cubemap_array::UnsignedCubemapArrayLayerMipmap [] [src]

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

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

Methods

impl<'t> UnsignedCubemapArrayLayerMipmap<'t>

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

Provides an object representing a single layer of this cubemap.

Trait Implementations

Derived Implementations

impl<'t> Clone for UnsignedCubemapArrayLayerMipmap<'t>

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

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

impl<'t> Copy for UnsignedCubemapArrayLayerMipmap<'t>