Crate stabilkon[][src]

Re-exports

pub use mint;

Structs

Represents a quad with fully customized draw.

This is a wrapper for a vertex and index buffers used to build a static mesh quad by quad.

Represetns a standard quad with additional absolute scaling.

Represents a standard, run-of-the-mill quad.

Enums

Determines how UVs flip and the resulting texture coordinate system.

Traits

Used to represent a single quad for a static sprites mesh.

Functions

Generates indices for the given amount of quads.

Gets the amount of vertices used per single quad: 4 when using indices, 6 otherwise.