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