Struct amethyst_renderer::pipe::PipelineBuilder []

pub struct PipelineBuilder { /* fields omitted */ }

Constructs a new pipeline with the given render targets and layers.

Methods

impl PipelineBuilder

Creates a new PipelineBuilder.

Constructs a new render target for this pipeline.

Constructs a new stage in this pipeline.

Trait Implementations

impl Clone for PipelineBuilder

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PipelineBuilder

Formats the value using the given formatter.