ReactOS 0.4.17-dev-934-g091855f
VkSubmitInfo Struct Reference

#include <vulkan.h>

Collaboration diagram for VkSubmitInfo:

Public Attributes

VkStructureType sType
 
const void * pNext
 
uint32_t waitSemaphoreCount
 
const VkSemaphore * pWaitSemaphores
 
const VkPipelineStageFlags * pWaitDstStageMask
 
uint32_t commandBufferCount
 
const VkCommandBuffer * pCommandBuffers
 
uint32_t signalSemaphoreCount
 
const VkSemaphore * pSignalSemaphores
 

Detailed Description

Definition at line 14146 of file vulkan.h.

Member Data Documentation

◆ commandBufferCount

◆ pCommandBuffers

◆ pNext

◆ pSignalSemaphores

◆ pWaitDstStageMask

◆ pWaitSemaphores

◆ signalSemaphoreCount

◆ sType

◆ waitSemaphoreCount


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