vkCmdExecuteCommands
vkCmdExecuteCommands is a Vulkan command that allows a command buffer to execute another command buffer. This provides a mechanism for command buffer reuse and composition. When vkCmdExecuteCommands is called, the commands within the secondary command buffer are replayed as if they were recorded directly into the primary command buffer.
This command is particularly useful for scenarios where the same set of commands needs to be executed
Secondary command buffers can be created with specific flags that determine their behavior when executed. These