Struct voodoo::CommandPool [] [src]

pub struct CommandPool { /* fields omitted */ }

Methods

impl CommandPool
[src]

[src]

Returns a new CommandPoolBuilder.

[src]

[src]

Allocates a command buffer from an existing command pool.

https://www.khronos.org/registry/vulkan/specs/1.0/man/html/vkAllocateCommandBuffers.html

[src]

Returns this object's handle.

[src]

Returns a reference to the associated device.

Trait Implementations

impl Debug for CommandPool
[src]

[src]

Formats the value using the given formatter.

impl Clone for CommandPool
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'h> Handle for &'h CommandPool
[src]

[src]