You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
579 B
16 lines
579 B
7 months ago
|
// 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;
|
||
|
----
|