Trait ugli::VertexAttribute[][src]

pub unsafe trait VertexAttribute {
    const SIZE: usize;
    const TYPE: AttributeType;
}

Associated Constants

Implementations on Foreign Types

Implementors