Enum mallumo_gls::raw::ImageInternalFormat [] [src]

pub enum ImageInternalFormat {
    R8,
    R8SN,
    R8I,
    R8UI,
    R16,
    R16F,
    R16SN,
    R16I,
    R16UI,
    R32F,
    R32I,
    R32UI,
    RG8,
    RG8SN,
    RG8I,
    RG8UI,
    RG16,
    RG16F,
    RG16SN,
    RG16I,
    RG16UI,
    RG32F,
    RG32I,
    RG32UI,
    RGBA8,
    RGBA8SN,
    RGBA8I,
    RGBA8UI,
    RGBA16,
    RGBA16F,
    RGBA16SN,
    RGBA16I,
    RGBA16UI,
    RGBA32F,
    RGBA32I,
    RGBA32UI,
    RGB10_A2,
    RGB10_A2UI,
    R11F_G11F_B10F,
}

Variants

Trait Implementations

impl Debug for ImageInternalFormat
[src]

Formats the value using the given formatter.

impl Copy for ImageInternalFormat
[src]

impl Clone for ImageInternalFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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