Vulkan-Hpp
VkSemaphoreSignalInfo Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkSemaphore semaphore
 
uint64_t value
 

Detailed Description

Definition at line 6350 of file vulkan_core.h.

Member Data Documentation

◆ pNext

const void* VkSemaphoreSignalInfo::pNext

Definition at line 6352 of file vulkan_core.h.

◆ semaphore

VkSemaphore VkSemaphoreSignalInfo::semaphore

Definition at line 6353 of file vulkan_core.h.

◆ sType

VkStructureType VkSemaphoreSignalInfo::sType

Definition at line 6351 of file vulkan_core.h.

◆ value

uint64_t VkSemaphoreSignalInfo::value

Definition at line 6354 of file vulkan_core.h.


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