Module conrod::render [] [src]

Conrod's generic graphics backend.

Note: Conrod currently uses Piston's generic graphics crate (and specifically the Graphics) trait to enable genericity over custom user backends. This dependency may change in the near future in favour of a simplified conrod-specific graphics and character caching backend trait.

This is the only module in which the piston graphics crate will be used directly.

Structs

Primitive

Data required for rendering a single primitive widget.

Primitives

An iterator-like type that yields a reference to each primitive in order of depth for rendering.

Text

A type used for producing a PositionedGlyph iterator.

Enums

PrimitiveKind

The unique kind for each primitive element in the Ui.