• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkDeviceGroupSubmitInfo,VkDeviceGroupSubmitInfo]]
3[source,c++]
4----
5typedef struct VkDeviceGroupSubmitInfo {
6    VkStructureType    sType;
7    const void*        pNext;
8    uint32_t           waitSemaphoreCount;
9    const uint32_t*    pWaitSemaphoreDeviceIndices;
10    uint32_t           commandBufferCount;
11    const uint32_t*    pCommandBufferDeviceMasks;
12    uint32_t           signalSemaphoreCount;
13    const uint32_t*    pSignalSemaphoreDeviceIndices;
14} VkDeviceGroupSubmitInfo;
15----
16