VkSubmitInfo2KHR

Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Members

Variables

commandBufferInfoCount
uint32_t commandBufferInfoCount;
Undocumented in source.
flags
VkSubmitFlagsKHR flags;
Undocumented in source.
pCommandBufferInfos
const(VkCommandBufferSubmitInfoKHR)* pCommandBufferInfos;
Undocumented in source.
pNext
const(void)* pNext;
Undocumented in source.
pSignalSemaphoreInfos
const(VkSemaphoreSubmitInfoKHR)* pSignalSemaphoreInfos;
Undocumented in source.
pWaitSemaphoreInfos
const(VkSemaphoreSubmitInfoKHR)* pWaitSemaphoreInfos;
Undocumented in source.
sType
VkStructureType sType;
Undocumented in source.
signalSemaphoreInfoCount
uint32_t signalSemaphoreInfoCount;
Undocumented in source.
waitSemaphoreInfoCount
uint32_t waitSemaphoreInfoCount;
Undocumented in source.

Meta