Struct amethyst_renderer::pipe::Pipeline []

pub struct Pipeline { /* fields omitted */ }

Defines how the rendering pipeline should be configured.

Methods

impl Pipeline

Builds a new renderer pipeline.

Builds a default deferred pipeline.

FIXME: Only generates a dummy pipeline for now.

Builds a default forward pipeline.

FIXME: Only generates a dummy pipeline for now.

Iterates over all enabled stages in the pipeline.

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

Trait Implementations

impl Clone for Pipeline

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Pipeline

Formats the value using the given formatter.