• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkDrawIndirectCommand,VkDrawIndirectCommand]]
3[source,c++]
4----
5typedef struct VkDrawIndirectCommand {
6    uint32_t    vertexCount;
7    uint32_t    instanceCount;
8    uint32_t    firstVertex;
9    uint32_t    firstInstance;
10} VkDrawIndirectCommand;
11----
12