SDL  2.0
VkSemaphoreSignalInfo Struct Reference

#include <vulkan_core.h>

Data Fields

VkStructureType sType
 
const voidpNext
 
VkSemaphore semaphore
 
uint64_t value
 

Detailed Description

Definition at line 5525 of file vulkan_core.h.

Field Documentation

◆ pNext

const void* VkSemaphoreSignalInfo::pNext

Definition at line 5527 of file vulkan_core.h.

◆ semaphore

VkSemaphore VkSemaphoreSignalInfo::semaphore

Definition at line 5528 of file vulkan_core.h.

◆ sType

VkStructureType VkSemaphoreSignalInfo::sType

Definition at line 5526 of file vulkan_core.h.

◆ value

uint64_t VkSemaphoreSignalInfo::value

Definition at line 5529 of file vulkan_core.h.


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