Function iced_graphics::mesh::attribute_count_of
source ยท pub fn attribute_count_of(meshes: &[Mesh]) -> AttributeCount
Expand description
Returns the number of total vertices & total indices of all Mesh
es.
pub fn attribute_count_of(meshes: &[Mesh]) -> AttributeCount
Returns the number of total vertices & total indices of all Mesh
es.