Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
VkSemaphoreWaitInfo Struct Reference

#include <vulkan_core.h>

Data Fields

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

Detailed Description

Definition at line 6448 of file vulkan_core.h.

Field Documentation

◆ flags

VkSemaphoreWaitFlags VkSemaphoreWaitInfo::flags

Definition at line 6451 of file vulkan_core.h.

◆ pNext

const void* VkSemaphoreWaitInfo::pNext

Definition at line 6450 of file vulkan_core.h.

◆ pSemaphores

const VkSemaphore* VkSemaphoreWaitInfo::pSemaphores

Definition at line 6453 of file vulkan_core.h.

◆ pValues

const uint64_t* VkSemaphoreWaitInfo::pValues

Definition at line 6454 of file vulkan_core.h.

◆ semaphoreCount

uint32_t VkSemaphoreWaitInfo::semaphoreCount

Definition at line 6452 of file vulkan_core.h.

◆ sType

VkStructureType VkSemaphoreWaitInfo::sType

Definition at line 6449 of file vulkan_core.h.


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