Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <vulkan_core.h>
Data Fields | |
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 7066 of file vulkan_core.h.
uint32_t VkSubmitInfo2::commandBufferInfoCount |
Definition at line 7072 of file vulkan_core.h.
VkSubmitFlags VkSubmitInfo2::flags |
Definition at line 7069 of file vulkan_core.h.
const VkCommandBufferSubmitInfo* VkSubmitInfo2::pCommandBufferInfos |
Definition at line 7073 of file vulkan_core.h.
const void* VkSubmitInfo2::pNext |
Definition at line 7068 of file vulkan_core.h.
const VkSemaphoreSubmitInfo* VkSubmitInfo2::pSignalSemaphoreInfos |
Definition at line 7075 of file vulkan_core.h.
const VkSemaphoreSubmitInfo* VkSubmitInfo2::pWaitSemaphoreInfos |
Definition at line 7071 of file vulkan_core.h.
uint32_t VkSubmitInfo2::signalSemaphoreInfoCount |
Definition at line 7074 of file vulkan_core.h.
VkStructureType VkSubmitInfo2::sType |
Definition at line 7067 of file vulkan_core.h.
uint32_t VkSubmitInfo2::waitSemaphoreInfoCount |
Definition at line 7070 of file vulkan_core.h.