Crate stabilkon

Crate stabilkon 

Source

Re-exports§

pub use mint;

Structs§

DetailedParams
Represents a quad with fully customized draw.
MeshFromQuads
This is a wrapper for a vertex and index buffers used to build a static mesh quad by quad.
PosColorSizeSource
Represetns a standard quad with additional absolute scaling.
PosColorSource
Represents a standard, run-of-the-mill quad.
PosUvColor

Enums§

Error
UvFlip
Determines how UVs flip and the resulting texture coordinate system.

Traits§

QuadDrawParams
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.