Struct glium::texture::unsigned_texture3d::UnsignedTexture3dLayerMipmap [] [src]

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

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

Trait Implementations

Derived Implementations

impl<'t> Clone for UnsignedTexture3dLayerMipmap<'t>

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

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

impl<'t> Copy for UnsignedTexture3dLayerMipmap<'t>