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

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

Format of a component of an internal format.

Variants

SignedNormalized

Floating point texture with signed components.

UnsignedNormalized

Floating point texture with unsigned components.

Float

Floating point texture with floats.

Int

Integral texture.

UnsignedInt

Unsigned texture.

Trait Implementations

Derived Implementations

impl Eq for InternalFormatType

impl PartialEq for InternalFormatType

fn eq(&self, __arg_0: &InternalFormatType) -> bool

fn ne(&self, __arg_0: &InternalFormatType) -> bool

impl Debug for InternalFormatType

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for InternalFormatType

fn clone(&self) -> InternalFormatType

fn clone_from(&mut self, source: &Self)

impl Copy for InternalFormatType