Struct vulkano::command_buffer::pool::AllocatedCommandBuffer [] [src]

pub struct AllocatedCommandBuffer(_);

Opaque type that represents a command buffer allocated from a pool.

Trait Implementations

impl From<CommandBuffer> for AllocatedCommandBuffer
[src]

Performs the conversion.

impl VulkanObject for AllocatedCommandBuffer
[src]

The type of the object.

Returns a reference to the object.