Struct amethyst_renderer::Stage [] [src]

pub struct Stage {
    pub name: String,
    pub steps: Vec<Step>,
}

A set of steps that accomplishes some task in the rendering pipeline.

Fields

Methods

impl Stage
[src]

Defines a new pipeline stage and assigns it a descriptive name.

Trait Implementations

impl Debug for Stage
[src]

Formats the value using the given formatter.