Struct amethyst_renderer::Pipeline [] [src]

pub struct Pipeline<L> { /* fields omitted */ }

Defines how the rendering pipeline should be configured.

Methods

impl Pipeline<List<()>>
[src]

[src]

Builds a new renderer pipeline.

impl<L> Pipeline<L>
[src]

[src]

Returns an immutable reference to all targets and their name strings.

Trait Implementations

impl<L: Clone> Clone for Pipeline<L>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<L: Debug> Debug for Pipeline<L>
[src]

[src]

Formats the value using the given formatter.

impl<'a, L> PipelineData<'a> for Pipeline<L> where
    L: PolyStages
[src]

The data itself

impl<L> PolyPipeline for Pipeline<L> where
    L: PolyStages
[src]

[src]

Retuns ParallelIterator which apply data to all stages

[src]

Resizes the pipeline targets

[src]

Returns an immutable reference to all targets and their name strings.