HDK
|
#include <vulkan_core.h>
Public Attributes | |
VkStructureType | sType |
const void * | pNext |
VkSubmitFlags | flags |
uint32_t | waitSemaphoreInfoCount |
const VkSemaphoreSubmitInfo * | pWaitSemaphoreInfos |
uint32_t | commandBufferInfoCount |
const VkCommandBufferSubmitInfo * | pCommandBufferInfos |
uint32_t | signalSemaphoreInfoCount |
const VkSemaphoreSubmitInfo * | pSignalSemaphoreInfos |
Definition at line 6955 of file vulkan_core.h.
uint32_t VkSubmitInfo2::commandBufferInfoCount |
Definition at line 6961 of file vulkan_core.h.
VkSubmitFlags VkSubmitInfo2::flags |
Definition at line 6958 of file vulkan_core.h.
const VkCommandBufferSubmitInfo* VkSubmitInfo2::pCommandBufferInfos |
Definition at line 6962 of file vulkan_core.h.
const void* VkSubmitInfo2::pNext |
Definition at line 6957 of file vulkan_core.h.
const VkSemaphoreSubmitInfo* VkSubmitInfo2::pSignalSemaphoreInfos |
Definition at line 6964 of file vulkan_core.h.
const VkSemaphoreSubmitInfo* VkSubmitInfo2::pWaitSemaphoreInfos |
Definition at line 6960 of file vulkan_core.h.
uint32_t VkSubmitInfo2::signalSemaphoreInfoCount |
Definition at line 6963 of file vulkan_core.h.
VkStructureType VkSubmitInfo2::sType |
Definition at line 6956 of file vulkan_core.h.
uint32_t VkSubmitInfo2::waitSemaphoreInfoCount |
Definition at line 6959 of file vulkan_core.h.