#include <vulkan_core.h>
Public Attributes | |
uint32_t | commandBufferCount |
const VkCommandBuffer * | pCommandBuffers |
const void * | pNext |
const VkSemaphore * | pSignalSemaphores |
const VkPipelineStageFlags * | pWaitDstStageMask |
const VkSemaphore * | pWaitSemaphores |
uint32_t | signalSemaphoreCount |
VkStructureType | sType |
uint32_t | waitSemaphoreCount |
Definition at line 1923 of file vulkan_core.h.
uint32_t VkSubmitInfo::commandBufferCount |
Definition at line 1929 of file vulkan_core.h.
const VkCommandBuffer* VkSubmitInfo::pCommandBuffers |
Definition at line 1930 of file vulkan_core.h.
const void* VkSubmitInfo::pNext |
Definition at line 1925 of file vulkan_core.h.
const VkSemaphore* VkSubmitInfo::pSignalSemaphores |
Definition at line 1932 of file vulkan_core.h.
const VkPipelineStageFlags* VkSubmitInfo::pWaitDstStageMask |
Definition at line 1928 of file vulkan_core.h.
const VkSemaphore* VkSubmitInfo::pWaitSemaphores |
Definition at line 1927 of file vulkan_core.h.
uint32_t VkSubmitInfo::signalSemaphoreCount |
Definition at line 1931 of file vulkan_core.h.
VkStructureType VkSubmitInfo::sType |
Definition at line 1924 of file vulkan_core.h.
uint32_t VkSubmitInfo::waitSemaphoreCount |
Definition at line 1926 of file vulkan_core.h.