Type Alias gltf::mesh::Attribute

source ·
pub type Attribute<'a> = (Semantic, Accessor<'a>);
Expand description

Vertex attribute data.