Struct glium::texture::DepthStencilTexture2dMultisampleMipmap [] [src]

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

Represents a single mipmap level of a DepthStencilTexture2dMultisample.

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

Methods

impl<'t> DepthStencilTexture2dMultisampleMipmap<'t>

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

Returns the corresponding texture.

fn get_level(&self) -> u32

Returns the texture level.

Trait Implementations

Derived Implementations

impl<'t> Clone for DepthStencilTexture2dMultisampleMipmap<'t>

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

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

impl<'t> Copy for DepthStencilTexture2dMultisampleMipmap<'t>