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