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