Struct glium::texture::UnsignedTexture3dMipmap [] [src]

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

Represents a single mipmap level of a UnsignedTexture3d.

Can be obtained by calling UnsignedTexture3d::mipmap() or UnsignedTexture3d::main_level().

Methods

impl<'t> UnsignedTexture3dMipmap<'t>

fn get_texture(&self) -> &'t UnsignedTexture3d

Returns the corresponding texture.

fn get_level(&self) -> u32

Returns the texture level.

Trait Implementations

Derived Implementations

impl<'t> Clone for UnsignedTexture3dMipmap<'t>

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

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

impl<'t> Copy for UnsignedTexture3dMipmap<'t>