ReactOS 0.4.17-dev-934-g091855f
VkTimelineSemaphoreSubmitInfo Struct Reference

#include <vulkan.h>

Collaboration diagram for VkTimelineSemaphoreSubmitInfo:

Public Attributes

VkStructureType sType
 
const void * pNext
 
uint32_t waitSemaphoreValueCount
 
const uint64_t * pWaitSemaphoreValues
 
uint32_t signalSemaphoreValueCount
 
const uint64_t * pSignalSemaphoreValues
 

Detailed Description

Definition at line 14449 of file vulkan.h.

Member Data Documentation

◆ pNext

const void* VkTimelineSemaphoreSubmitInfo::pNext

Definition at line 14452 of file vulkan.h.

Referenced by d3d12_command_queue_signal(), and d3d12_command_queue_wait_locked().

◆ pSignalSemaphoreValues

const uint64_t* VkTimelineSemaphoreSubmitInfo::pSignalSemaphoreValues

Definition at line 14456 of file vulkan.h.

Referenced by d3d12_command_queue_signal(), and d3d12_command_queue_wait_locked().

◆ pWaitSemaphoreValues

const uint64_t* VkTimelineSemaphoreSubmitInfo::pWaitSemaphoreValues

Definition at line 14454 of file vulkan.h.

Referenced by d3d12_command_queue_signal(), and d3d12_command_queue_wait_locked().

◆ signalSemaphoreValueCount

uint32_t VkTimelineSemaphoreSubmitInfo::signalSemaphoreValueCount

Definition at line 14455 of file vulkan.h.

Referenced by d3d12_command_queue_signal(), and d3d12_command_queue_wait_locked().

◆ sType

VkStructureType VkTimelineSemaphoreSubmitInfo::sType

Definition at line 14451 of file vulkan.h.

Referenced by d3d12_command_queue_signal(), and d3d12_command_queue_wait_locked().

◆ waitSemaphoreValueCount

uint32_t VkTimelineSemaphoreSubmitInfo::waitSemaphoreValueCount

Definition at line 14453 of file vulkan.h.

Referenced by d3d12_command_queue_signal(), and d3d12_command_queue_wait_locked().


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