Module renderer

Source
Expand description

The Renderer annd Quad structs. Used for rendering.

Structs§

Quad
A Quad is a simple mesh definition with four Vertices.
Renderer
The Renderer is responsible for drawing on the screen. It handles the Camera and Shaders.

Constants§

MAX_BATCH_QUADS
Maximum Quads in a single batch.