15 #include <vsg/commands/Command.h>
16 #include <vsg/state/BufferInfo.h>
31 void read(
Input& input)
override;
32 void write(
Output& output)
const override;
34 void compile(
Context& context)
override;
38 uint32_t drawCount = 0;
CommandBuffer encapsulates VkCommandBuffer.
Definition: CommandBuffer.h:27
DrawMeshTasksIndirect command encapsulates vkCmdDrawMeshTasksIndirectEXT call and associated paramete...
Definition: DrawMeshTasksIndirect.h:23