Struct glium::texture::stencil_texture2d_array::StencilTexture2dArrayLayerMipmap [] [src]

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

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

Trait Implementations

impl<'t> ToStencilAttachment<'t> for StencilTexture2dArrayLayerMipmap<'t>

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

Derived Implementations

impl<'t> Clone for StencilTexture2dArrayLayerMipmap<'t>

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

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

impl<'t> Copy for StencilTexture2dArrayLayerMipmap<'t>