The document only states that for secondary command buffer we need to call this, but didn't state when is the correct time to call this. Should I call it after the vkCmdExecuteCommands for primary command buffer or vkEndCommandBuffer or any other places? Is there an example for this?
The document only states that for secondary command buffer we need to call this, but didn't state when is the correct time to call this. Should I call it after the
vkCmdExecuteCommandsfor primary command buffer orvkEndCommandBufferor any other places? Is there an example for this?