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