Enum glitter::uniform_data::UniformPrimitiveType [] [src]

pub enum UniformPrimitiveType {
    Float,
    Int,
}

The basic value types that are composed in the UniformDatumTypes.

Variants

A 32-bit floating point value.

A 32-bit signed integer value.