[][src]Trait vulkano::command_buffer::pool::CommandPoolAlloc

pub unsafe trait CommandPoolAlloc: DeviceOwned {
    fn inner(&self) -> &UnsafeCommandPoolAlloc;
fn queue_family(&self) -> QueueFamily; }

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.

Loading content...

Implementors

Loading content...