Struct glium::texture::depth_texture2d::DepthTexture2dLayerMipmap [] [src]

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

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

Trait Implementations

impl<'t> ToDepthAttachment<'t> for DepthTexture2dLayerMipmap<'t>

fn to_depth_attachment(self) -> DepthAttachment<'t>

Derived Implementations

impl<'t> Clone for DepthTexture2dLayerMipmap<'t>

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

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

impl<'t> Copy for DepthTexture2dLayerMipmap<'t>