pub struct RenderPipelineBuilder<RenderBackend: Backend> { /* private fields */ }
Expand description

Builder for a gfx-hal backed render pipeline.

Implementations§

Adds a push constant to the render pipeline at the set PipelineStage(s)

Adds multiple push constants to the render pipeline at their set PipelineStage(s)

Builds a render pipeline based on your builder configuration. You can configure a render pipeline to be however you’d like it to be.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.