Struct glium::texture::stencil_cubemap::StencilCubemapLayerMipmap [] [src]

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

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

Methods

impl<'t> StencilCubemapLayerMipmap<'t>

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

Provides an object representing a single layer of this cubemap.

Trait Implementations

Derived Implementations

impl<'t> Clone for StencilCubemapLayerMipmap<'t>

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

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

impl<'t> Copy for StencilCubemapLayerMipmap<'t>