ReactOS 0.4.17-dev-934-g091855f
VkSemaphoreWaitInfo Struct Reference

#include <vulkan.h>

Collaboration diagram for VkSemaphoreWaitInfo:

Public Attributes

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

Detailed Description

Definition at line 13971 of file vulkan.h.

Member Data Documentation

◆ flags

VkSemaphoreWaitFlags VkSemaphoreWaitInfo::flags

Definition at line 13975 of file vulkan.h.

◆ pNext

const void* VkSemaphoreWaitInfo::pNext

Definition at line 13974 of file vulkan.h.

◆ pSemaphores

const VkSemaphore* VkSemaphoreWaitInfo::pSemaphores

Definition at line 13977 of file vulkan.h.

◆ pValues

const uint64_t* VkSemaphoreWaitInfo::pValues

Definition at line 13978 of file vulkan.h.

◆ semaphoreCount

uint32_t VkSemaphoreWaitInfo::semaphoreCount

Definition at line 13976 of file vulkan.h.

◆ sType

VkStructureType VkSemaphoreWaitInfo::sType

Definition at line 13973 of file vulkan.h.


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