Struct amethyst_renderer::StageBuilder[][src]

pub struct StageBuilder<Q> { /* fields omitted */ }

Constructs a new rendering stage.

Methods

impl StageBuilder<Queue<()>>
[src]

Creates a new StageBuilder using the given target.

impl<Q> StageBuilder<Q>
[src]

Clears the stage's target.

Sets whether the PolyStage is turned on by default.

impl<Q> StageBuilder<Queue<Q>>
[src]

Appends another Pass to the stage.

Trait Implementations

impl<Q> Clone for StageBuilder<Q> where
    Q: Clone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<Q> Debug for StageBuilder<Q> where
    Q: Debug
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<Q> Send for StageBuilder<Q> where
    Q: Send

impl<Q> Sync for StageBuilder<Q> where
    Q: Sync