pub enum SubpassContents {
    Inline,
    SecondaryBuffers,
}
Expand description

Specifies how commands for the following render passes will be recorded.

Variants

Inline

Contents of the subpass will be inline in the command buffer, NOT in secondary command buffers.

SecondaryBuffers

Contents of the subpass will be in secondary command buffers, and the primary command buffer will only contain execute_command() calls until the subpass or render pass is complete.

Trait Implementations

Formats the value using the given formatter. 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

Performs the conversion.

Performs the conversion.

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.