Module vulkano::command_buffer::submit [] [src]

Low-level builders that allow submitting an operation to a queue.

In order to submit an operation to the GPU, you must use one of the builder structs of this module. These structs are low-level and unsafe, and are mostly used to implement other parts of vulkano, so you are encouraged to not use them directly.

Structs

SubmitCommandBufferBuilder

Prototype for a submission that executes command buffers.

SubmitPresentBuilder

Prototype for a submission that presents a swapchain on the screen.

SubmitSemaphoresWaitBuilder

Prototype for a submission that waits on semaphores.

Enums

SubmitAnyBuilder

Contains all the possible submission builders.

SubmitCommandBufferError

Error that can happen when submitting the prototype.

SubmitPresentError

Error that can happen when submitting the present prototype.