ReactOS 0.4.17-dev-934-g091855f
VkSubmitInfo2 Struct Reference

#include <vulkan.h>

Collaboration diagram for VkSubmitInfo2:

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkSubmitFlags flags
 
uint32_t waitSemaphoreInfoCount
 
const VkSemaphoreSubmitInfo * pWaitSemaphoreInfos
 
uint32_t commandBufferInfoCount
 
const VkCommandBufferSubmitInfo * pCommandBufferInfos
 
uint32_t signalSemaphoreInfoCount
 
const VkSemaphoreSubmitInfo * pSignalSemaphoreInfos
 

Detailed Description

Definition at line 14159 of file vulkan.h.

Member Data Documentation

◆ commandBufferInfoCount

uint32_t VkSubmitInfo2::commandBufferInfoCount

Definition at line 14166 of file vulkan.h.

◆ flags

VkSubmitFlags VkSubmitInfo2::flags

Definition at line 14163 of file vulkan.h.

◆ pCommandBufferInfos

const VkCommandBufferSubmitInfo* VkSubmitInfo2::pCommandBufferInfos

Definition at line 14167 of file vulkan.h.

◆ pNext

const void* VkSubmitInfo2::pNext

Definition at line 14162 of file vulkan.h.

◆ pSignalSemaphoreInfos

const VkSemaphoreSubmitInfo* VkSubmitInfo2::pSignalSemaphoreInfos

Definition at line 14169 of file vulkan.h.

◆ pWaitSemaphoreInfos

const VkSemaphoreSubmitInfo* VkSubmitInfo2::pWaitSemaphoreInfos

Definition at line 14165 of file vulkan.h.

◆ signalSemaphoreInfoCount

uint32_t VkSubmitInfo2::signalSemaphoreInfoCount

Definition at line 14168 of file vulkan.h.

◆ sType

VkStructureType VkSubmitInfo2::sType

Definition at line 14161 of file vulkan.h.

◆ waitSemaphoreInfoCount

uint32_t VkSubmitInfo2::waitSemaphoreInfoCount

Definition at line 14164 of file vulkan.h.


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