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
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.