Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
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 7015 of file vulkan_core.h.

Member Data Documentation

◆ deviceIndex

uint32_t VkSemaphoreSubmitInfo::deviceIndex

Definition at line 7021 of file vulkan_core.h.

◆ pNext

const void* VkSemaphoreSubmitInfo::pNext

Definition at line 7017 of file vulkan_core.h.

◆ semaphore

VkSemaphore VkSemaphoreSubmitInfo::semaphore

Definition at line 7018 of file vulkan_core.h.

◆ stageMask

VkPipelineStageFlags2 VkSemaphoreSubmitInfo::stageMask

Definition at line 7020 of file vulkan_core.h.

◆ sType

VkStructureType VkSemaphoreSubmitInfo::sType

Definition at line 7016 of file vulkan_core.h.

◆ value

uint64_t VkSemaphoreSubmitInfo::value

Definition at line 7019 of file vulkan_core.h.


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