Struct glium::texture::StencilTexture3dMipmap [] [src]

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

Represents a single mipmap level of a StencilTexture3d.

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

Methods

impl<'t> StencilTexture3dMipmap<'t>

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

Returns the corresponding texture.

fn get_level(&self) -> u32

Returns the texture level.

Trait Implementations

Derived Implementations

impl<'t> Clone for StencilTexture3dMipmap<'t>

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

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

impl<'t> Copy for StencilTexture3dMipmap<'t>