SDL  2.0
VkSubmitInfo Struct Reference

#include <vulkan_core.h>

Data Fields

VkStructureType sType
 
const voidpNext
 
uint32_t waitSemaphoreCount
 
const VkSemaphore * pWaitSemaphores
 
const VkPipelineStageFlagspWaitDstStageMask
 
uint32_t commandBufferCount
 
const VkCommandBuffer * pCommandBuffers
 
uint32_t signalSemaphoreCount
 
const VkSemaphore * pSignalSemaphores
 

Detailed Description

Definition at line 2410 of file vulkan_core.h.

Field Documentation

◆ commandBufferCount

uint32_t VkSubmitInfo::commandBufferCount

Definition at line 2416 of file vulkan_core.h.

Referenced by render().

◆ pCommandBuffers

const VkCommandBuffer* VkSubmitInfo::pCommandBuffers

Definition at line 2417 of file vulkan_core.h.

Referenced by render().

◆ pNext

const void* VkSubmitInfo::pNext

Definition at line 2412 of file vulkan_core.h.

◆ pSignalSemaphores

const VkSemaphore* VkSubmitInfo::pSignalSemaphores

Definition at line 2419 of file vulkan_core.h.

Referenced by render().

◆ pWaitDstStageMask

const VkPipelineStageFlags* VkSubmitInfo::pWaitDstStageMask

Definition at line 2415 of file vulkan_core.h.

Referenced by render().

◆ pWaitSemaphores

const VkSemaphore* VkSubmitInfo::pWaitSemaphores

Definition at line 2414 of file vulkan_core.h.

Referenced by render().

◆ signalSemaphoreCount

uint32_t VkSubmitInfo::signalSemaphoreCount

Definition at line 2418 of file vulkan_core.h.

Referenced by render().

◆ sType

VkStructureType VkSubmitInfo::sType

Definition at line 2411 of file vulkan_core.h.

Referenced by render().

◆ waitSemaphoreCount

uint32_t VkSubmitInfo::waitSemaphoreCount

Definition at line 2413 of file vulkan_core.h.

Referenced by render().


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