pub fn attribute_count_of<'a>(meshes: &'a [Mesh<'a>]) -> AttributeCount
Expand description

Returns the number of total vertices & total indices of all Meshes.