Struct amethyst_renderer::StageBuilder [] [src]

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

Constructs a new rendering stage.

Methods

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

[src]

Creates a new StageBuilder using the given target.

impl<Q> StageBuilder<Q>
[src]

[src]

Clears the stage's target.

[src]

Sets whether the PolyStage is turned on by default.

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

[src]

Appends another Pass to the stage.

Trait Implementations

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter.