Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
VkSemaphoreSubmitInfo Struct Reference

#include <vulkan_core.h>

Data Fields

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

Detailed Description

Definition at line 7050 of file vulkan_core.h.

Field Documentation

◆ deviceIndex

uint32_t VkSemaphoreSubmitInfo::deviceIndex

Definition at line 7056 of file vulkan_core.h.

◆ pNext

const void* VkSemaphoreSubmitInfo::pNext

Definition at line 7052 of file vulkan_core.h.

◆ semaphore

VkSemaphore VkSemaphoreSubmitInfo::semaphore

Definition at line 7053 of file vulkan_core.h.

◆ stageMask

VkPipelineStageFlags2 VkSemaphoreSubmitInfo::stageMask

Definition at line 7055 of file vulkan_core.h.

◆ sType

VkStructureType VkSemaphoreSubmitInfo::sType

Definition at line 7051 of file vulkan_core.h.

◆ value

uint64_t VkSemaphoreSubmitInfo::value

Definition at line 7054 of file vulkan_core.h.


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