Enum mallumo_gls::raw::TextureBufferInternalFormat [] [src]

pub enum TextureBufferInternalFormat {
    R8,
    R8I,
    R8UI,
    R16,
    R16F,
    R16I,
    R16UI,
    R32F,
    R32I,
    R32UI,
    RG8,
    RG8I,
    RG8UI,
    RG16,
    RG16F,
    RG16I,
    RG16UI,
    RG32F,
    RG32I,
    RG32UI,
    RGB32F,
    RGB32I,
    RGB32UI,
    RGBA8,
    RGBA8I,
    RGBA8UI,
    RGBA16,
    RGBA16F,
    RGBA16I,
    RGBA16UI,
    RGBA32F,
    RGBA32I,
    RGBA32UI,
}

Variants

Trait Implementations

impl Debug for TextureBufferInternalFormat
[src]

Formats the value using the given formatter.

impl Copy for TextureBufferInternalFormat
[src]

impl Clone for TextureBufferInternalFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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