15 #include <vsg/commands/Command.h>
16 #include <vsg/state/QueryPool.h>
27 VkPipelineStageFlagBits pipelineStage;
31 void read(
Input& input)
override;
32 void write(
Output& output)
const override;
34 void compile(
Context& context)
override;
CommandBuffer encapsulates VkCommandBuffer.
Definition: CommandBuffer.h:27
WriteTimestamp command encapsulates vkCmdWriteTimestamp call and settings passed to it.
Definition: WriteTimestamp.h:22