pub struct SubpassCommandBuffer<B: Backend, S: Shot>(_, _);
Expand description

A secondary command buffer recorded entirely within a subpass.

Implementations

Wraps the given CommandBuffer in a SubpassCommandBuffer, starting to record a new subpass.

Finish recording commands to the command buffer.

The command pool must be reset to able to re-record commands.

Begin recording a one-shot sub-pass command buffer.

Begin recording a one-shot sub-pass command buffer.

Methods from Deref<Target = RenderSubpassCommon<B, B::CommandBuffer>>

Trait Implementations

The resulting type after dereferencing.
Dereferences the value.
Mutably dereferences the value.

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.