Struct glium::texture::IntegralTexture3dMipmap
[−]
[src]
pub struct IntegralTexture3dMipmap<'t>(_, _);
Represents a single mipmap level of a IntegralTexture3d.
Can be obtained by calling IntegralTexture3d::mipmap() or IntegralTexture3d::main_level().
Methods
impl<'t> IntegralTexture3dMipmap<'t>
fn get_texture(&self) -> &'t IntegralTexture3d
Returns the corresponding texture.
fn get_level(&self) -> u32
Returns the texture level.