Struct glium::texture::stencil_cubemap_array::StencilCubemapArrayLayerMipmap [] [src]

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

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

Methods

impl<'t> StencilCubemapArrayLayerMipmap<'t>

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

Provides an object representing a single layer of this cubemap.

Trait Implementations

Derived Implementations

impl<'t> Clone for StencilCubemapArrayLayerMipmap<'t>

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

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

impl<'t> Copy for StencilCubemapArrayLayerMipmap<'t>