Struct valor::Renderer [] [src]

pub struct Renderer {
    pub factory: Factory,
    pub width: u32,
    pub height: u32,
    // some fields omitted
}

Interface responsible for window creation and scene traversal for drawing.

Fields

Width of the frame

Height of the frame

Methods

impl Renderer
[src]

[src]

Update the output buffers based on the window width and height.

[src]

Setter for the frame dimensions.

[src]

Traverse the scene graph and render all the nodes from the camera's perspective.