Module iced_graphics::mesh
source · Expand description
Draw triangles!
Structs§
- The result of counting the attributes of a set of meshes.
- A vertex which contains 2D position & packed gradient data.
- A set of vertices and indices representing a list of triangles.
- A two-dimensional vertex with a color.
Enums§
- A low-level primitive to render a mesh of triangles.
Traits§
- A renderer capable of drawing a
Mesh
.
Functions§
- Returns the number of total vertices & total indices of all
Mesh
es.