Enum mallumo_gls::raw::TextureDataType [] [src]

pub enum TextureDataType {
    UnsignedByte,
    Byte,
    UnsignedShort,
    Short,
    UnsignedInt,
    Int,
    Float,
}

Variants

Trait Implementations

impl Debug for TextureDataType
[src]

Formats the value using the given formatter.

impl Copy for TextureDataType
[src]

impl Clone for TextureDataType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for TextureDataType
[src]

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

This method tests for !=.

impl Eq for TextureDataType
[src]