Flutter Engine
The Flutter Engine
|
#include <vulkan_core.h>
Public Attributes | |
VkStructureType | sType |
const void * | pNext |
VkSemaphoreWaitFlags | flags |
uint32_t | semaphoreCount |
const VkSemaphore * | pSemaphores |
const uint64_t * | pValues |
Definition at line 6408 of file vulkan_core.h.
VkSemaphoreWaitFlags VkSemaphoreWaitInfo::flags |
Definition at line 6411 of file vulkan_core.h.
const void* VkSemaphoreWaitInfo::pNext |
Definition at line 6410 of file vulkan_core.h.
const VkSemaphore* VkSemaphoreWaitInfo::pSemaphores |
Definition at line 6413 of file vulkan_core.h.
const uint64_t* VkSemaphoreWaitInfo::pValues |
Definition at line 6414 of file vulkan_core.h.
uint32_t VkSemaphoreWaitInfo::semaphoreCount |
Definition at line 6412 of file vulkan_core.h.
VkStructureType VkSemaphoreWaitInfo::sType |
Definition at line 6409 of file vulkan_core.h.