pub struct RenderPassSecondaryEncoder<'a, B: Backend>(_)
where
    B::CommandBuffer: 'a
;
Expand description

An object that records commands into a command buffer where each command must be a call to execute a secondary command buffer.

Implementations

Wraps the given CommandBuffer in a RenderPassSecondaryEncoder, starting a new render pass where the actual commands are contained in secondary command buffers.

Executes the given commands as a secondary command buffer.

Starts a new subpass with inline commands.

Starts a new subpass with secondary command buffers.

Trait Implementations

Executes the destructor for this type. Read more

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.