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