SDL
2.0
|
#include <vulkan_core.h>
Data Fields | |
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 |
Definition at line 2059 of file vulkan_core.h.
uint32_t VkSubmitInfo::commandBufferCount |
Definition at line 2065 of file vulkan_core.h.
Referenced by render().
const VkCommandBuffer* VkSubmitInfo::pCommandBuffers |
Definition at line 2066 of file vulkan_core.h.
Referenced by render().
const void* VkSubmitInfo::pNext |
Definition at line 2061 of file vulkan_core.h.
const VkSemaphore* VkSubmitInfo::pSignalSemaphores |
Definition at line 2068 of file vulkan_core.h.
Referenced by render().
const VkPipelineStageFlags* VkSubmitInfo::pWaitDstStageMask |
Definition at line 2064 of file vulkan_core.h.
Referenced by render().
const VkSemaphore* VkSubmitInfo::pWaitSemaphores |
Definition at line 2063 of file vulkan_core.h.
Referenced by render().
uint32_t VkSubmitInfo::signalSemaphoreCount |
Definition at line 2067 of file vulkan_core.h.
Referenced by render().
VkStructureType VkSubmitInfo::sType |
Definition at line 2060 of file vulkan_core.h.
Referenced by render().
uint32_t VkSubmitInfo::waitSemaphoreCount |
Definition at line 2062 of file vulkan_core.h.
Referenced by render().