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