Struct glium::texture::StencilTexture1dArrayMipmap [] [src]

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

Represents a single mipmap level of a StencilTexture1dArray.

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

Methods

impl<'t> StencilTexture1dArrayMipmap<'t>

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

Returns the corresponding texture.

fn get_level(&self) -> u32

Returns the texture level.

fn get_layer(&self) -> u32

Returns the layer index.

Trait Implementations

Derived Implementations

impl<'t> Clone for StencilTexture1dArrayMipmap<'t>

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

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

impl<'t> Copy for StencilTexture1dArrayMipmap<'t>