Struct amethyst_renderer::Pipeline [] [src]

pub struct Pipeline {
    pub name: String,
    pub stages: Vec<Stage>,
}

A set of stages that describes how to draw a frame.

Fields

Methods

impl Pipeline
[src]

Creates an empty pipeline and assigns it a descriptive name.

Trait Implementations

impl Debug for Pipeline
[src]

Formats the value using the given formatter.