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

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

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

Trait Implementations

impl<'t> ToStencilAttachment<'t> for StencilCubemapArrayImage<'t>

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

Derived Implementations

impl<'t> Clone for StencilCubemapArrayImage<'t>

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

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

impl<'t> Copy for StencilCubemapArrayImage<'t>