Struct conrod::backend::gfx::Renderer [] [src]

pub struct Renderer<'a, R: Resources> { /* fields omitted */ }

Methods

impl<'a, R: Resources> Renderer<'a, R>
[src]

[src]

[src]

Produce an Iterator yielding Commands.

[src]

Fill the inner vertex and command buffers by translating the given primitives.

[src]

Draws using the inner list of Commands to the given display.

Note: If you require more granular control over rendering, you may want to use the fill and commands methods separately. This method is simply a convenience wrapper around those methods for the case that the user does not require accessing or modifying conrod's draw parameters, uniforms or generated draw commands.