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