22 class VSG_DECLSPEC DrawMeshTasksIndirect :
public Inherit<Command, DrawMeshTasksIndirect>
25 DrawMeshTasksIndirect();
27 DrawMeshTasksIndirect(
ref_ptr<Data> data, uint32_t in_drawCount, uint32_t in_stride);
29 DrawMeshTasksIndirect(
ref_ptr<Buffer> in_buffer, VkDeviceSize in_offset, uint32_t in_drawCount, uint32_t in_stride);
31 void read(
Input& input)
override;
32 void write(
Output& output)
const override;
34 void compile(
Context& context)
override;
38 uint32_t drawCount = 0;