blob: fe233b54dee8f9c2e5cc64b17568025019c09287 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkDrawIndirectCommand,VkDrawIndirectCommand]]
[source,c++]
----
typedef struct VkDrawIndirectCommand {
uint32_t vertexCount;
uint32_t instanceCount;
uint32_t firstVertex;
uint32_t firstInstance;
} VkDrawIndirectCommand;
----