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