16 lines
579 B
Plaintext
16 lines
579 B
Plaintext
|
|
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
||
|
|
[[VkDeviceGroupSubmitInfo,VkDeviceGroupSubmitInfo]]
|
||
|
|
[source,c++]
|
||
|
|
----
|
||
|
|
typedef struct VkDeviceGroupSubmitInfo {
|
||
|
|
VkStructureType sType;
|
||
|
|
const void* pNext;
|
||
|
|
uint32_t waitSemaphoreCount;
|
||
|
|
const uint32_t* pWaitSemaphoreDeviceIndices;
|
||
|
|
uint32_t commandBufferCount;
|
||
|
|
const uint32_t* pCommandBufferDeviceMasks;
|
||
|
|
uint32_t signalSemaphoreCount;
|
||
|
|
const uint32_t* pSignalSemaphoreDeviceIndices;
|
||
|
|
} VkDeviceGroupSubmitInfo;
|
||
|
|
----
|