Enum nannou::ui::backend::glium::glium::texture::TextureKind[][src]

pub enum TextureKind {
    Float,
    Integral,
    Unsigned,
    Depth,
    Stencil,
    DepthStencil,
}

Represents a kind of texture.

Variants

Trait Implementations

impl Hash for TextureKind
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Clone for TextureKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TextureKind
[src]

Formats the value using the given formatter. Read more

impl Copy for TextureKind
[src]

impl Eq for TextureKind
[src]

impl PartialEq<TextureKind> for TextureKind
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for TextureKind

impl Sync for TextureKind