Struct glium::texture::DepthTexture2dMultisampleMipmap [] [src]

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

Represents a single mipmap level of a DepthTexture2dMultisample.

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

Methods

impl<'t> DepthTexture2dMultisampleMipmap<'t>

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

Returns the corresponding texture.

fn get_level(&self) -> u32

Returns the texture level.

Trait Implementations

Derived Implementations

impl<'t> Clone for DepthTexture2dMultisampleMipmap<'t>

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

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

impl<'t> Copy for DepthTexture2dMultisampleMipmap<'t>