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

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

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

Trait Implementations

impl<'t> ToStencilAttachment<'t> for StencilCubemapImage<'t>

fn to_stencil_attachment(self) -> StencilAttachment<'t>

Derived Implementations

impl<'t> Clone for StencilCubemapImage<'t>

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

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

impl<'t> Copy for StencilCubemapImage<'t>