Struct voodoo::CommandPoolBuilder [] [src]

pub struct CommandPoolBuilder<'b> { /* fields omitted */ }

A builder for CommandPool.

Methods

impl<'b> CommandPoolBuilder<'b>
[src]

[src]

Returns a new render pass builder.

[src]

Specifies the usage behavior for the pool and command buffers allocated from it.

[src]

Specifies a queue family.

All command buffers allocated from this command pool must be submitted on queues from the same queue family.

[src]

Creates and returns a new CommandPool

Trait Implementations

impl<'b> Debug for CommandPoolBuilder<'b>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'b> Clone for CommandPoolBuilder<'b>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<'b> !Send for CommandPoolBuilder<'b>

impl<'b> !Sync for CommandPoolBuilder<'b>