Skip to main content

Module command_buffer

Module command_buffer 

Source
Expand description

GPU command buffer recording and submission.

Structs§

CommandBuffer
A GPU command buffer that records and submits work to the GPU.
CommandEntry
A single recorded GPU command with metadata.
DoubleBufferedSubmitter
Double-buffered GPU command submission.

Enums§

BufferSlot
Identifies one of the two command-buffer slots used in double buffering.
CommandBufferState
State of a CommandBuffer.
CommandType
Type of a GPU command.
SlotState
Lifecycle state of a slot in DoubleBufferedSubmitter.