Struct nannou::ui::backend::glium::glium::texture::TextureAnyLayer[][src]

pub struct TextureAnyLayer<'a> { /* fields omitted */ }

Represents a specific layer of an array texture and 3D textures.

Methods

impl<'a> TextureAnyLayer<'a>
[src]

Returns the texture.

Returns the number of samples of the texture.

Returns the layer of the texture.

Returns a structure that represents the main mipmap level of this layer of the texture.

Returns a structure that represents a specific mipmap of this layer of the texture.

Returns None if out of range.

Trait Implementations

impl<'a> Clone for TextureAnyLayer<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Copy for TextureAnyLayer<'a>
[src]

Auto Trait Implementations

impl<'a> !Send for TextureAnyLayer<'a>

impl<'a> !Sync for TextureAnyLayer<'a>