SDL  2.0
VkTimelineSemaphoreSubmitInfo Struct Reference

#include <vulkan_core.h>

Data Fields

VkStructureType sType
 
const voidpNext
 
uint32_t waitSemaphoreValueCount
 
const uint64_tpWaitSemaphoreValues
 
uint32_t signalSemaphoreValueCount
 
const uint64_tpSignalSemaphoreValues
 

Detailed Description

Definition at line 5507 of file vulkan_core.h.

Field Documentation

◆ pNext

const void* VkTimelineSemaphoreSubmitInfo::pNext

Definition at line 5509 of file vulkan_core.h.

◆ pSignalSemaphoreValues

const uint64_t* VkTimelineSemaphoreSubmitInfo::pSignalSemaphoreValues

Definition at line 5513 of file vulkan_core.h.

◆ pWaitSemaphoreValues

const uint64_t* VkTimelineSemaphoreSubmitInfo::pWaitSemaphoreValues

Definition at line 5511 of file vulkan_core.h.

◆ signalSemaphoreValueCount

uint32_t VkTimelineSemaphoreSubmitInfo::signalSemaphoreValueCount

Definition at line 5512 of file vulkan_core.h.

◆ sType

VkStructureType VkTimelineSemaphoreSubmitInfo::sType

Definition at line 5508 of file vulkan_core.h.

◆ waitSemaphoreValueCount

uint32_t VkTimelineSemaphoreSubmitInfo::waitSemaphoreValueCount

Definition at line 5510 of file vulkan_core.h.


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