Vulkan-Hpp
VkSemaphoreTypeCreateInfo Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkSemaphoreType semaphoreType
 
uint64_t initialValue
 

Detailed Description

Definition at line 6325 of file vulkan_core.h.

Member Data Documentation

◆ initialValue

uint64_t VkSemaphoreTypeCreateInfo::initialValue

Definition at line 6329 of file vulkan_core.h.

◆ pNext

const void* VkSemaphoreTypeCreateInfo::pNext

Definition at line 6327 of file vulkan_core.h.

◆ semaphoreType

VkSemaphoreType VkSemaphoreTypeCreateInfo::semaphoreType

Definition at line 6328 of file vulkan_core.h.

◆ sType

VkStructureType VkSemaphoreTypeCreateInfo::sType

Definition at line 6326 of file vulkan_core.h.


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