Flutter Engine
The Flutter Engine
|
#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 7031 of file vulkan_core.h.
uint32_t VkSubmitInfo2::commandBufferInfoCount |
Definition at line 7037 of file vulkan_core.h.
VkSubmitFlags VkSubmitInfo2::flags |
Definition at line 7034 of file vulkan_core.h.
const VkCommandBufferSubmitInfo* VkSubmitInfo2::pCommandBufferInfos |
Definition at line 7038 of file vulkan_core.h.
const void* VkSubmitInfo2::pNext |
Definition at line 7033 of file vulkan_core.h.
const VkSemaphoreSubmitInfo* VkSubmitInfo2::pSignalSemaphoreInfos |
Definition at line 7040 of file vulkan_core.h.
const VkSemaphoreSubmitInfo* VkSubmitInfo2::pWaitSemaphoreInfos |
Definition at line 7036 of file vulkan_core.h.
uint32_t VkSubmitInfo2::signalSemaphoreInfoCount |
Definition at line 7039 of file vulkan_core.h.
VkStructureType VkSubmitInfo2::sType |
Definition at line 7032 of file vulkan_core.h.
uint32_t VkSubmitInfo2::waitSemaphoreInfoCount |
Definition at line 7035 of file vulkan_core.h.