22 lines
982 B
Plaintext
22 lines
982 B
Plaintext
|
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
||
|
ifndef::doctype-manpage[]
|
||
|
[[VkSubmitInfo,VkSubmitInfo]]
|
||
|
["source","{basebackend@docbook:c++:cpp}",title=""]
|
||
|
endif::doctype-manpage[]
|
||
|
ifdef::doctype-manpage[]
|
||
|
["source","{basebackend@docbook:c++:cpp}"]
|
||
|
endif::doctype-manpage[]
|
||
|
------------------------------------------------------------------------------
|
||
|
typedef struct VkSubmitInfo {
|
||
|
VkStructureType sType;
|
||
|
const void* pNext;
|
||
|
uint32_t waitSemaphoreCount;
|
||
|
const VkSemaphore* pWaitSemaphores;
|
||
|
const VkPipelineStageFlags* pWaitDstStageMask;
|
||
|
uint32_t commandBufferCount;
|
||
|
const VkCommandBuffer* pCommandBuffers;
|
||
|
uint32_t signalSemaphoreCount;
|
||
|
const VkSemaphore* pSignalSemaphores;
|
||
|
} VkSubmitInfo;
|
||
|
------------------------------------------------------------------------------
|