15 #include <vsg/commands/Command.h>
26 DrawMeshTasks(uint32_t in_groupCountX, uint32_t in_groupCountY, uint32_t in_groupCountZ);
28 void read(
Input& input)
override;
29 void write(
Output& output)
const override;
33 uint32_t groupCountX = 0;
34 uint32_t groupCountY = 0;
35 uint32_t groupCountZ = 0;
CommandBuffer encapsulates VkCommandBuffer.
Definition: CommandBuffer.h:27
Definition: DrawMeshTasks.h:22