SDL  2.0
VkSemaphoreTypeCreateInfo Struct Reference

#include <vulkan_core.h>

Data Fields

VkStructureType sType
 
const voidpNext
 
VkSemaphoreType semaphoreType
 
uint64_t initialValue
 

Detailed Description

Definition at line 5500 of file vulkan_core.h.

Field Documentation

◆ initialValue

uint64_t VkSemaphoreTypeCreateInfo::initialValue

Definition at line 5504 of file vulkan_core.h.

◆ pNext

const void* VkSemaphoreTypeCreateInfo::pNext

Definition at line 5502 of file vulkan_core.h.

◆ semaphoreType

VkSemaphoreType VkSemaphoreTypeCreateInfo::semaphoreType

Definition at line 5503 of file vulkan_core.h.

◆ sType

VkStructureType VkSemaphoreTypeCreateInfo::sType

Definition at line 5501 of file vulkan_core.h.


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