Struct glium::texture::stencil_texture1d_array::StencilTexture1dArrayLayerMipmap [] [src]

pub struct StencilTexture1dArrayLayerMipmap<'t>(_, _);
[]

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

Trait Implementations

impl<'t> ToStencilAttachment<'t> for StencilTexture1dArrayLayerMipmap<'t>

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

Derived Implementations

impl<'t> Clone for StencilTexture1dArrayLayerMipmap<'t>

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

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

impl<'t> Copy for StencilTexture1dArrayLayerMipmap<'t>