Struct glium::texture::stencil_texture1d::StencilTexture1dLayerMipmap [] [src]

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

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

Trait Implementations

impl<'t> ToStencilAttachment<'t> for StencilTexture1dLayerMipmap<'t>

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

Derived Implementations

impl<'t> Clone for StencilTexture1dLayerMipmap<'t>

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

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

impl<'t> Copy for StencilTexture1dLayerMipmap<'t>