Expand description
A gfx backend for rendering conrod primitives.
Structs§
- Commands
- An iterator yielding
Commands, produced by theRenderer::commandsmethod. - Renderer
- This type is used for translating
render::PrimitivesintoCommandss that indicate how to draw the GUI usinggfx.
Enums§
- Command
- A
Commanddescribing a step in the drawing process. - Draw
- A
Commandfor drawing to the target. - Renderer
Creation Error - Possible errors that may occur during a call to
Renderer::new.
Constants§
- MODE_
GEOMETRY - Ignore
texand draw simple, colored 2D geometry. - MODE_
IMAGE - Draw an image from the texture at
texin the fragment shader. - MODE_
TEXT - Draw text from the text cache texture
texin the fragment shader.
Type Aliases§
- Color
Format - Color format used with gfx buffers.