logo
Expand description

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

A single batch of a sparse bind operation.
Prototype for a submission that binds sparse memory.
Prototype for a submission that executes command buffers.
Prototype for a submission that presents a swapchain on the screen.
Prototype for a submission that waits on semaphores.

Enums

Contains all the possible submission builders.
Error that can happen when submitting the present prototype.
Error that can happen when submitting the prototype.
Error that can happen when submitting the present prototype.