[][src]Function rendy_mesh::attribute_uuid

pub fn attribute_uuid(name: &str, index: u8, format: Format) -> AttrUuid

Retreive a unique identifier for vertex attribute of given name, format and array index.

Non-array attributes should always use index 0. Matrices and arrays must be specified as a series of attributes with the same name and consecutive indices.