Struct glium::texture::depth_texture3d::DepthTexture3dLayerMipmap [] [src]

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

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

Trait Implementations

Derived Implementations

impl<'t> Clone for DepthTexture3dLayerMipmap<'t>

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

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

impl<'t> Copy for DepthTexture3dLayerMipmap<'t>