Struct glium::texture::Texture2dArrayMipmap [] [src]

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

Represents a single mipmap level of a Texture2dArray.

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

Methods

impl<'t> Texture2dArrayMipmap<'t>

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

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 Texture2dArrayMipmap<'t>

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

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

impl<'t> Copy for Texture2dArrayMipmap<'t>