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> AsRef<UnsafeCommandBuffer<P>> for SyncCommandBuffer<P>
[src]

[src]

Performs the conversion.

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

[src]

Returns the device that owns Self.

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

The type of the object.

TYPE: DebugReportObjectTypeEXT = vk::DEBUG_REPORT_OBJECT_TYPE_COMMAND_BUFFER_EXT

The DebugReportObjectTypeEXT of the internal Vulkan handle.

[src]

Returns a reference to the object.

Auto Trait Implementations

impl<P> Send for UnsafeCommandBuffer<P> where
    P: Send

impl<P> Sync for UnsafeCommandBuffer<P> where
    P: Sync