[−][src]Module amethyst_rendy::rendy::hal::queue
Command queues.
Queues are the execution paths of the graphical processing units. These process submitted commands buffers.
There are different types of queues, which can only handle associated command buffers.
CommandQueue<B, C>
has the capability defined by C
: graphics, compute and transfer.
Modules
capability | Type system encoded queue capabilities. |
family | Queue family and groups. |
Structs
CommandQueue | Stronger-typed and safer |
Submission | Submission information for a command queue. |
Traits
RawCommandQueue |
|