Module indigo::graphics[][src]

The Indigo graphics engine.

Modules

mesh

Structs

Canvas

A rendering helper for drawing images, meshes, and text.

Image

An image on the graphics device.

Mesh

A mesh containing an index buffer and a vertex buffer.

Render

An in-progress render to an Image.

Renderer

A renderer for rendering onto Images.

Surface

A rendering surface created from a Window.

Vertex

A single vertex in a mesh.

Enums

OutOfMemory

Error allocating memory.