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.

Trait Implementations

Derived Implementations

impl<'t> Clone for IntegralTexture2dMultisampleArrayMipmap<'t>

fn clone(&self) -> IntegralTexture2dMultisampleArrayMipmap<'t>

fn clone_from(&mut self, source: &Self)

impl<'t> Copy for IntegralTexture2dMultisampleArrayMipmap<'t>