Struct glium::texture::stencil_texture2d::StencilTexture2dLayerMipmap [] [src]

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

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

Trait Implementations

impl<'t> ToStencilAttachment<'t> for StencilTexture2dLayerMipmap<'t>

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

Derived Implementations

impl<'t> Clone for StencilTexture2dLayerMipmap<'t>

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

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

impl<'t> Copy for StencilTexture2dLayerMipmap<'t>