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

pub unsafe trait CommandPoolAlloc: DeviceOwned {
    pub fn inner(&self) -> &UnsafeCommandPoolAlloc;
pub 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

pub fn inner(&self) -> &UnsafeCommandPoolAlloc[src]

Returns the internal object that contains the command buffer.

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

Returns the queue family that the pool targets.

Loading content...

Implementors

impl CommandPoolAlloc for StandardCommandPoolAlloc[src]

Loading content...