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

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[src]

Returns the internal object that contains the command buffer.

fn queue_family(&self) -> QueueFamily<'_>[src]

Returns the queue family that the pool targets.

Loading content...

Implementors

Loading content...