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]

[src]

Returns the texture.

[src]

Returns the number of samples of the texture.

[src]

Returns the layer of the texture.

[src]

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

[src]

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

Returns None if out of range.

Trait Implementations

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

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more