Enum glium::texture::InternalFormatType [] [src]

pub enum InternalFormatType {
    SignedNormalized,
    UnsignedNormalized,
    Float,
    Int,
    UnsignedInt,
}

Format of a component of an internal format.

Variants

Floating point texture with signed components.

Floating point texture with unsigned components.

Floating point texture with floats.

Integral texture.

Unsigned texture.

Trait Implementations

impl Copy for InternalFormatType
[src]

impl Clone for InternalFormatType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for InternalFormatType
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for InternalFormatType
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for InternalFormatType
[src]