Modules

Structs

Representation of a command buffer allocated on the GPU. The lifetime of the command is constrained to the lifetime of the command pool that built it to ensure that it cannot be used while
Builder for creating a Command buffer that can issue commands directly to the GPU.

Enums

Enumeration for issuing commands to a CommandBuffer allocated on the GPU. The enumerations are evaluated upon being issued to an active command buffer and correspond to lower level function calls.
Features that can be used to optimize command buffers for specific usages/scenarios
This enum is used for specifying the type of command buffer to allocate on the command pool.
Command Pool Flag used to define optimizations/properties of the command pool prior to being built.