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

#include <vulkan_core.h>

Data Fields

VkStructureType sType
 
const void * pNext
 
VkSubmitFlags flags
 
uint32_t waitSemaphoreInfoCount
 
const VkSemaphoreSubmitInfopWaitSemaphoreInfos
 
uint32_t commandBufferInfoCount
 
const VkCommandBufferSubmitInfopCommandBufferInfos
 
uint32_t signalSemaphoreInfoCount
 
const VkSemaphoreSubmitInfopSignalSemaphoreInfos
 

Detailed Description

Definition at line 7066 of file vulkan_core.h.

Field Documentation

◆ commandBufferInfoCount

uint32_t VkSubmitInfo2::commandBufferInfoCount

Definition at line 7072 of file vulkan_core.h.

◆ flags

VkSubmitFlags VkSubmitInfo2::flags

Definition at line 7069 of file vulkan_core.h.

◆ pCommandBufferInfos

const VkCommandBufferSubmitInfo* VkSubmitInfo2::pCommandBufferInfos

Definition at line 7073 of file vulkan_core.h.

◆ pNext

const void* VkSubmitInfo2::pNext

Definition at line 7068 of file vulkan_core.h.

◆ pSignalSemaphoreInfos

const VkSemaphoreSubmitInfo* VkSubmitInfo2::pSignalSemaphoreInfos

Definition at line 7075 of file vulkan_core.h.

◆ pWaitSemaphoreInfos

const VkSemaphoreSubmitInfo* VkSubmitInfo2::pWaitSemaphoreInfos

Definition at line 7071 of file vulkan_core.h.

◆ signalSemaphoreInfoCount

uint32_t VkSubmitInfo2::signalSemaphoreInfoCount

Definition at line 7074 of file vulkan_core.h.

◆ sType

VkStructureType VkSubmitInfo2::sType

Definition at line 7067 of file vulkan_core.h.

◆ waitSemaphoreInfoCount

uint32_t VkSubmitInfo2::waitSemaphoreInfoCount

Definition at line 7070 of file vulkan_core.h.


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