Struct vulkano::command_buffer::synced::SyncCommandBufferBuilderExecuteCommands[][src]

pub struct SyncCommandBufferBuilderExecuteCommands<'a, P: 'a> { /* fields omitted */ }

Prototype for a vkCmdExecuteCommands.

Methods

impl<'a, P> SyncCommandBufferBuilderExecuteCommands<'a, P>
[src]

Adds a command buffer to the list.

Auto Trait Implementations