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