Did cargo fmt --all again to make CI happy
This commit is contained in:
parent
af3fc271e8
commit
7d8b7b8184
@ -828,8 +828,8 @@ impl Mesh {
|
|||||||
///
|
///
|
||||||
/// If any of the following conditions are not met, this function errors:
|
/// If any of the following conditions are not met, this function errors:
|
||||||
/// * All of the vertex attributes that have the same attribute id, must also
|
/// * All of the vertex attributes that have the same attribute id, must also
|
||||||
/// have the same attribute type.
|
/// have the same attribute type.
|
||||||
/// For example two attributes with the same id, but where one is a
|
/// For example two attributes with the same id, but where one is a
|
||||||
/// [`VertexAttributeValues::Float32`] and the other is a
|
/// [`VertexAttributeValues::Float32`] and the other is a
|
||||||
/// [`VertexAttributeValues::Float32x3`], would be invalid.
|
/// [`VertexAttributeValues::Float32x3`], would be invalid.
|
||||||
/// * Both meshes must have the same primitive topology.
|
/// * Both meshes must have the same primitive topology.
|
||||||
|
Loading…
Reference in New Issue
Block a user