Expand description
A gfx backend for rendering conrod primitives.
Structs§
- Commands
- An iterator yielding
Command
s, produced by theRenderer::commands
method. - Renderer
- This type is used for translating
render::Primitives
intoCommands
s that indicate how to draw the GUI usinggfx
.
Enums§
- Command
- A
Command
describing a step in the drawing process. - Draw
- A
Command
for drawing to the target. - Renderer
Creation Error - 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 Aliases§
- Color
Format - Color format used with gfx buffers.