Expand description
Draw triangles!
Structs§
- Attribute
Count - The result of counting the attributes of a set of meshes.
- Gradient
Vertex2D - A vertex which contains 2D position & packed gradient data.
- Indexed
- A set of vertices and indices representing a list of triangles.
- Solid
Vertex2D - A two-dimensional vertex with a color.
Enums§
- Mesh
- A low-level primitive to render a mesh of triangles.
Traits§
Functions§
- attribute_
count_ of - Returns the number of total vertices & total indices of all
Mesh
es.