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

An object that records commands into a command buffer inline, that is, without secondary command buffers.

Implementations

Creates a new RenderPassInlineEncoder, starting a new render pass in the given CommandBuffer.

Start the next subpass.

Begins recording a new subpass with secondary buffers.

Methods from Deref<Target = RenderSubpassCommon<B, &'a mut B::CommandBuffer>>

Trait Implementations

The resulting type after dereferencing.
Dereferences the value.
Mutably dereferences the value.
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.