Struct glium::texture::IntegralTexture2dMultisampleMipmap [] [src]

pub struct IntegralTexture2dMultisampleMipmap<'t>(_, _);

Represents a single mipmap level of a IntegralTexture2dMultisample.

Can be obtained by calling IntegralTexture2dMultisample::mipmap() or IntegralTexture2dMultisample::main_level().

Methods

impl<'t> IntegralTexture2dMultisampleMipmap<'t>

fn get_texture(&self) -> &'t IntegralTexture2dMultisample

Returns the corresponding texture.

fn get_level(&self) -> u32

Returns the texture level.

Trait Implementations

Derived Implementations

impl<'t> Clone for IntegralTexture2dMultisampleMipmap<'t>

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

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

impl<'t> Copy for IntegralTexture2dMultisampleMipmap<'t>