Enum luminance::vertex::Type [] [src]

pub enum Type {
    Integral,
    Unsigned,
    Floating,
    Boolean,
}

Possible type of vertex components.

Variants

IntegralUnsignedFloatingBoolean