Re-exports§
pub use mint;
Structs§
- Detailed
Params - Represents a quad with fully customized draw.
- Mesh
From Quads - This is a wrapper for a vertex and index buffers used to build a static mesh quad by quad.
- PosColor
Size Source - Represetns a standard quad with additional absolute scaling.
- PosColor
Source - Represents a standard, run-of-the-mill quad.
- PosUv
Color
Enums§
Traits§
- Quad
Draw Params - Used to represent a single quad for a static sprites mesh.
Functions§
- generate_
quad_ indices - Generates indices for the given amount of quads.
- vertices_
per_ quad - Gets the amount of vertices used per single quad: 4 when using indices, 6 otherwise.