Enum mallumo_gls::raw::TextureFormat [] [src]

pub enum TextureFormat {
    Red,
    RG,
    RGB,
    BGR,
    RGBA,
    BGRA,
    DepthComponent,
    StencilIndex,
}

Variants

Methods

impl TextureFormat
[src]

Trait Implementations

impl Debug for TextureFormat
[src]

Formats the value using the given formatter.

impl Copy for TextureFormat
[src]

impl Clone for TextureFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for TextureFormat
[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 TextureFormat
[src]