Struct amethyst_renderer::Pipeline [] [src]

pub struct Pipeline {
    pub layers: Vec<Layer>,
    pub targets: HashMap<String, Box<Target>>,
}

The render job submission Describes the layers and

Fields

the layers to be processed

collection of render targets. A target may be a source or a sink for a Pass

Methods

impl Pipeline
[src]

Create an empty Pipeline