Struct amethyst_renderer::pipe::StageBuilder []

pub struct StageBuilder { /* fields omitted */ }

Constructs a new rendering stage.

Methods

impl StageBuilder
[src]

Creates a new StageBuilder using the given target.

Clears the stage's target.

Appends another Pass to the stage.

Sets whether the Stage is turned on by default.

Trait Implementations

impl Clone for StageBuilder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StageBuilder
[src]

Formats the value using the given formatter.