SDL  2.0
VkSemaphoreWaitInfo Struct Reference

#include <vulkan_core.h>

Data Fields

VkStructureType sType
 
const voidpNext
 
VkSemaphoreWaitFlags flags
 
uint32_t semaphoreCount
 
const VkSemaphore * pSemaphores
 
const uint64_tpValues
 

Detailed Description

Definition at line 5516 of file vulkan_core.h.

Field Documentation

◆ flags

VkSemaphoreWaitFlags VkSemaphoreWaitInfo::flags

Definition at line 5519 of file vulkan_core.h.

◆ pNext

const void* VkSemaphoreWaitInfo::pNext

Definition at line 5518 of file vulkan_core.h.

◆ pSemaphores

const VkSemaphore* VkSemaphoreWaitInfo::pSemaphores

Definition at line 5521 of file vulkan_core.h.

◆ pValues

const uint64_t* VkSemaphoreWaitInfo::pValues

Definition at line 5522 of file vulkan_core.h.

◆ semaphoreCount

uint32_t VkSemaphoreWaitInfo::semaphoreCount

Definition at line 5520 of file vulkan_core.h.

◆ sType

VkStructureType VkSemaphoreWaitInfo::sType

Definition at line 5517 of file vulkan_core.h.


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