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

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

Methods

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

Returns the device used to create this command buffer.

Trait Implementations

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

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

The type of the object.

Returns a reference to the object.

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

A method called when the value goes out of scope. Read more