logo
pub unsafe trait VertexAttrib {
    const VERTEX_ATTRIB_DESC: VertexAttribDesc;
}
Expand description

Class of vertex attributes.

A vertex attribute type is always associated with a single constant of type VertexAttribDesc, giving GPUs hints about how to treat them.

Required Associated Constants

The vertex attribute descriptor.

Implementations on Foreign Types

Implementors