SDL
2.0
|
#include <vulkan.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 |
uint32_t VkSubmitInfo::commandBufferCount |
const VkCommandBuffer* VkSubmitInfo::pCommandBuffers |
const VkSemaphore* VkSubmitInfo::pSignalSemaphores |
const VkPipelineStageFlags* VkSubmitInfo::pWaitDstStageMask |
const VkSemaphore* VkSubmitInfo::pWaitSemaphores |
uint32_t VkSubmitInfo::signalSemaphoreCount |
VkStructureType VkSubmitInfo::sType |
uint32_t VkSubmitInfo::waitSemaphoreCount |