[−][src]Trait vulkano::command_buffer::pool::CommandPoolAlloc
A command buffer allocated from a pool that has finished being recorded.
Safety
See CommandPool
for information about safety.
Required methods
fn inner(&self) -> &UnsafeCommandPoolAlloc
Returns the internal object that contains the command buffer.
fn queue_family(&self) -> QueueFamily
Returns the queue family that the pool targets.