Struct glium::texture::integral_cubemap_array::IntegralCubemapArrayLayerMipmap [] [src]

pub struct IntegralCubemapArrayLayerMipmap<'t>(_, _);
[]

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

Methods

impl<'t> IntegralCubemapArrayLayerMipmap<'t>

fn image(&self, layer: CubeLayer) -> IntegralCubemapArrayImage<'t>[]

Provides an object representing a single layer of this cubemap.

Trait Implementations

Derived Implementations

impl<'t> Clone for IntegralCubemapArrayLayerMipmap<'t>

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

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

impl<'t> Copy for IntegralCubemapArrayLayerMipmap<'t>