Struct amethyst_renderer::Stage []

pub struct Stage { /* fields omitted */ }

A stage in the rendering pipeline.

Methods

impl Stage
[src]

Builds a new Stage which outputs to the Target with the given name.

Builds a new Stage which outputs straight into the backbuffer.

Enables the Stage so it will execute on every frame.

Disables the Stage, preventing it from being executed on every frame.

Returns whether this Stage is enabled.

Get number of encoders needed for this stage.

Trait Implementations

impl Clone for Stage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Stage
[src]

Formats the value using the given formatter.