Struct glium::texture::depth_stencil_texture2d::DepthStencilTexture2dLayerMipmap [] [src]

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

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

Trait Implementations

impl<'t> ToDepthStencilAttachment<'t> for DepthStencilTexture2dLayerMipmap<'t>

fn to_depth_stencil_attachment(self) -> DepthStencilAttachment<'t>

Derived Implementations

impl<'t> Clone for DepthStencilTexture2dLayerMipmap<'t>

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

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

impl<'t> Copy for DepthStencilTexture2dLayerMipmap<'t>