HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VkSemaphoreWaitInfo Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const voidpNext
 
VkSemaphoreWaitFlags flags
 
uint32_t semaphoreCount
 
const VkSemaphore * pSemaphores
 
const uint64_t * pValues
 

Detailed Description

Definition at line 6327 of file vulkan_core.h.

Member Data Documentation

VkSemaphoreWaitFlags VkSemaphoreWaitInfo::flags

Definition at line 6330 of file vulkan_core.h.

const void* VkSemaphoreWaitInfo::pNext

Definition at line 6329 of file vulkan_core.h.

const VkSemaphore* VkSemaphoreWaitInfo::pSemaphores

Definition at line 6332 of file vulkan_core.h.

const uint64_t* VkSemaphoreWaitInfo::pValues

Definition at line 6333 of file vulkan_core.h.

uint32_t VkSemaphoreWaitInfo::semaphoreCount

Definition at line 6331 of file vulkan_core.h.

VkStructureType VkSemaphoreWaitInfo::sType

Definition at line 6328 of file vulkan_core.h.


The documentation for this struct was generated from the following file: