Vulkan-Hpp
VkSemaphoreWaitInfo Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkSemaphoreWaitFlags flags
 
uint32_t semaphoreCount
 
const VkSemaphorepSemaphores
 
const uint64_t * pValues
 

Detailed Description

Definition at line 6341 of file vulkan_core.h.

Member Data Documentation

◆ flags

VkSemaphoreWaitFlags VkSemaphoreWaitInfo::flags

Definition at line 6344 of file vulkan_core.h.

◆ pNext

const void* VkSemaphoreWaitInfo::pNext

Definition at line 6343 of file vulkan_core.h.

◆ pSemaphores

const VkSemaphore* VkSemaphoreWaitInfo::pSemaphores

Definition at line 6346 of file vulkan_core.h.

◆ pValues

const uint64_t* VkSemaphoreWaitInfo::pValues

Definition at line 6347 of file vulkan_core.h.

◆ semaphoreCount

uint32_t VkSemaphoreWaitInfo::semaphoreCount

Definition at line 6345 of file vulkan_core.h.

◆ sType

VkStructureType VkSemaphoreWaitInfo::sType

Definition at line 6342 of file vulkan_core.h.


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