Command

:)

Command Pools

How to create a command pool - vkCreateCommandPool

How to destroy a command pool - vkResetCommandPool

How to reset a command pool - vkDestroyCommandPool

Command Buffer

How to allocate command buffers - vkAllocateCommandBuffers

How to reset a command buffer - vkResetCommandBuffer

How to free command buffers - vkFreeCommandBuffers

Command Buffer Recording

Begin recording - vkBeginCommandBuffer

How to run a secondare command buffer - vkCmdExecuteCommands

End recording - vkEndCommandBuffer

Command Buffer Submission

How to submit a command buffer - vkQueueSubmit

Vulkan: Command Buffer Management - 2017