Expand description

Traits and types for managing the allocation of command buffers and command pools.

In Vulkano, creating a command buffer requires passing an implementation of the CommandBufferAllocator trait. You can implement this trait yourself, or use the Vulkano-provided StandardCommandBufferAllocator.

Structs

Enums

Traits