Vulkan-Hpp
VkSemaphoreSubmitInfo Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkSemaphore semaphore
 
uint64_t value
 
VkPipelineStageFlags2 stageMask
 
uint32_t deviceIndex
 

Detailed Description

Definition at line 6938 of file vulkan_core.h.

Member Data Documentation

◆ deviceIndex

uint32_t VkSemaphoreSubmitInfo::deviceIndex

Definition at line 6944 of file vulkan_core.h.

◆ pNext

const void* VkSemaphoreSubmitInfo::pNext

Definition at line 6940 of file vulkan_core.h.

◆ semaphore

VkSemaphore VkSemaphoreSubmitInfo::semaphore

Definition at line 6941 of file vulkan_core.h.

◆ stageMask

VkPipelineStageFlags2 VkSemaphoreSubmitInfo::stageMask

Definition at line 6943 of file vulkan_core.h.

◆ sType

VkStructureType VkSemaphoreSubmitInfo::sType

Definition at line 6939 of file vulkan_core.h.

◆ value

uint64_t VkSemaphoreSubmitInfo::value

Definition at line 6942 of file vulkan_core.h.


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