Vulkan-Hpp
VkSubmitInfo Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const void * pNext
 
uint32_t waitSemaphoreCount
 
const VkSemaphorepWaitSemaphores
 
const VkPipelineStageFlagspWaitDstStageMask
 
uint32_t commandBufferCount
 
const VkCommandBufferpCommandBuffers
 
uint32_t signalSemaphoreCount
 
const VkSemaphorepSignalSemaphores
 

Detailed Description

Definition at line 3215 of file vulkan_core.h.

Member Data Documentation

◆ commandBufferCount

uint32_t VkSubmitInfo::commandBufferCount

Definition at line 3221 of file vulkan_core.h.

◆ pCommandBuffers

const VkCommandBuffer* VkSubmitInfo::pCommandBuffers

Definition at line 3222 of file vulkan_core.h.

◆ pNext

const void* VkSubmitInfo::pNext

Definition at line 3217 of file vulkan_core.h.

◆ pSignalSemaphores

const VkSemaphore* VkSubmitInfo::pSignalSemaphores

Definition at line 3224 of file vulkan_core.h.

◆ pWaitDstStageMask

const VkPipelineStageFlags* VkSubmitInfo::pWaitDstStageMask

Definition at line 3220 of file vulkan_core.h.

◆ pWaitSemaphores

const VkSemaphore* VkSubmitInfo::pWaitSemaphores

Definition at line 3219 of file vulkan_core.h.

◆ signalSemaphoreCount

uint32_t VkSubmitInfo::signalSemaphoreCount

Definition at line 3223 of file vulkan_core.h.

◆ sType

VkStructureType VkSubmitInfo::sType

Definition at line 3216 of file vulkan_core.h.

◆ waitSemaphoreCount

uint32_t VkSubmitInfo::waitSemaphoreCount

Definition at line 3218 of file vulkan_core.h.


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