// 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; ----