15 #include <vsg/app/CommandGraph.h>
21 class ExecuteCommands;
31 VkBool32 occlusionQueryEnable = VK_FALSE;
32 VkQueryControlFlags queryFlags = 0;
33 VkQueryPipelineStatisticFlags pipelineStatistics = 0;
35 VkCommandBufferLevel level()
const override;
36 void reset()
override;
47 std::vector<ExecuteCommands*> _executeCommands;
51 using SecondaryCommandGraphs = std::vector<ref_ptr<SecondaryCommandGraph>>;
Encapsulation of vkCmdExecuteCommands with thread safe integration with SecondaryCommandGraph that pr...
Definition: ExecuteCommands.h:23
SecondaryCommandGraph is a specialization of CommandGraph that provides Vulkan secondary command buff...
Definition: SecondaryCommandGraph.h:25