Struct lime_render::Renderer [] [src]

pub struct Renderer { /* fields omitted */ }

Methods

impl Renderer
[src]

[src]

[src]

[src]

impl Renderer
[src]

[src]

Trait Implementations

impl<'a> System<'a> for Renderer
[src]

The resource bundle required to execute this system. Read more

[src]

Executes the system with the required system data. Read more

Returns a hint how long the system needs for running. This is used to optimize the way they're executed (might allow more parallelization). Read more

Sets up the Resources using Self::SystemData::setup.

Auto Trait Implementations

impl Send for Renderer

impl Sync for Renderer