Module vulkano::command_buffer::synced[][src]

Contains SyncCommandBufferBuilder and SyncCommandBuffer.

Structs

SyncCommandBuffer

Command buffer built from a SyncCommandBufferBuilder that provides utilities to handle synchronization.

SyncCommandBufferBuilder

Wrapper around UnsafeCommandBufferBuilder that handles synchronization for you.

SyncCommandBufferBuilderBindDescriptorSets
SyncCommandBufferBuilderBindVertexBuffer

Prototype for a vkCmdBindVertexBuffers.

SyncCommandBufferBuilderExecuteCommands

Prototype for a vkCmdExecuteCommands.

Enums

SyncCommandBufferBuilderError

Error returned if the builder detects that there's an unsolvable conflict.