Struct amethyst_renderer::RenderSystem[][src]

pub struct RenderSystem<P> { /* fields omitted */ }

Rendering system.

Methods

impl<P> RenderSystem<P> where
    P: PolyPipeline
[src]

Build a new RenderSystem from the given pipeline builder and config

Create a new render system

Returns the size in pixels of the window.

Trait Implementations

impl<P> Debug for RenderSystem<P> where
    P: Debug
[src]

Formats the value using the given formatter. Read more

impl<'a, P> RunNow<'a> for RenderSystem<P> where
    P: PolyPipeline
[src]

Runs the system now. Read more

Sets up Resources for a later call to run_now.

Auto Trait Implementations

impl<P> !Send for RenderSystem<P>

impl<P> !Sync for RenderSystem<P>