Struct vulkano::command_buffer::pool::standard::StandardCommandPoolBuilder [] [src]

pub struct StandardCommandPoolBuilder { /* fields omitted */ }

Command buffer allocated from a StandardCommandPool and that is currently being built.

Trait Implementations

impl CommandPoolBuilderAlloc for StandardCommandPoolBuilder
[src]

Return type of into_alloc.

[src]

Returns the internal object that contains the command buffer.

[src]

Turns this builder into a command buffer that is pending execution.

[src]

Returns the queue family that the pool targets.

impl DeviceOwned for StandardCommandPoolBuilder
[src]

[src]

Returns the device that owns Self.

Auto Trait Implementations