15 #include <vsg/commands/Command.h>
16 #include <vsg/state/BufferInfo.h>
29 void read(
Input& input)
override;
30 void write(
Output& output)
const override;
32 void compile(
Context& context)
override;
37 uint32_t maxDrawCount = 0;
CommandBuffer encapsulates VkCommandBuffer.
Definition: CommandBuffer.h:27
DrawMeshTasksIndirectCount command encapsulates vkCmdDrawMeshTasksIndirectCountEXT call and associate...
Definition: DrawMeshTasksIndirectCount.h:23