Crate conrod_gfx[][src]

Expand description

A gfx backend for rendering conrod primitives.

Structs

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

This type is used for translating render::Primitives into Commandss that indicate how to draw the GUI using gfx.

Enums

A Command describing a step in the drawing process.

A Command for drawing to the target.

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

Constants

Ignore tex and draw simple, colored 2D geometry.

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

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

Type Definitions

Color format used with gfx buffers.