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