Module conrod::backend::gfx [] [src]

Structs

Commands

An iterator yielding Commands, produced by the Renderer::commands method.

Renderer

Enums

Command

A Command describing a step in the drawing process.

Draw

A Command for drawing to the target.

RendererCreationError

Possible errors that may occur during a call to Renderer::new.

Constants

MODE_GEOMETRY

Ignore tex and draw simple, colored 2D geometry.

MODE_IMAGE

Draw an image from the texture at tex in the fragment shader.

MODE_TEXT

Draw text from the text cache texture tex in the fragment shader.

Type Definitions

ColorFormat