Struct vulkano::command_buffer::commands_raw::CmdExecuteCommands [] [src]

pub struct CmdExecuteCommands<Cb> { /* fields omitted */ }

Command that executes a secondary command buffer.

Methods

impl<Cb> CmdExecuteCommands<Cb>
[src]

See the documentation of the execute_commands method.

Returns the command buffer to be executed.

Trait Implementations

impl<Cb> DeviceOwned for CmdExecuteCommands<Cb> where
    Cb: DeviceOwned
[src]

Returns the device that owns Self.