Struct glium::texture::DepthStencilTexture2dMultisampleArrayMipmap [] [src]

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

Represents a single mipmap level of a DepthStencilTexture2dMultisampleArray.

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

Methods

impl<'t> DepthStencilTexture2dMultisampleArrayMipmap<'t>

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

Returns the corresponding texture.

fn get_level(&self) -> u32

Returns the texture level.

Trait Implementations

Derived Implementations

impl<'t> Clone for DepthStencilTexture2dMultisampleArrayMipmap<'t>

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

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

impl<'t> Copy for DepthStencilTexture2dMultisampleArrayMipmap<'t>