Expand description

Memory and resource pool for recording command buffers.

A command pool holds and manages the memory of one or more command buffers. If you destroy a command pool, all command buffers recorded from it become invalid. This could lead to invalid usage and unsoundness, so to ensure safety you must use a command buffer allocator.

Structs