Type Definition gltf::mesh::Attribute[][src]

type Attribute<'a> = (Semantic, Accessor<'a>);

Vertex attribute data.