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

pub struct UnsafeCommandBuffer<P> { /* 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> DeviceOwned for UnsafeCommandBuffer<P>
[src]

Returns the device that owns Self.

impl<P> VulkanObject for UnsafeCommandBuffer<P>
[src]

The type of the object.

Returns a reference to the object.