Struct vulkano::command_buffer::cb::UnsafeCommandBuffer [] [src]

pub struct UnsafeCommandBuffer<P> where
    P: CommandPool
{ /* fields omitted */ }

Command buffer that has been built.

Doesn't perform any synchronization and doesn't keep the object it uses alive.

Trait Implementations

impl<P> CommandBuffer for UnsafeCommandBuffer<P> where
    P: CommandPool
[src]

The command pool of the command buffer.

Returns the underlying UnsafeCommandBuffer of this command buffer.

Checks whether this command buffer is allowed to be submitted after the future and on the given queue. Read more

Returns the queue family of the command buffer.

Executes this command buffer on a queue. Read more

Executes the command buffer after an existing future. Read more

impl<P> DeviceOwned for UnsafeCommandBuffer<P> where
    P: CommandPool
[src]

Returns the device that owns Self.

impl<P> VulkanObject for UnsafeCommandBuffer<P> where
    P: CommandPool
[src]

The type of the object.

Returns a reference to the object.