Wise&mystical  1.0
Project about Europe
Loading...
Searching...
No Matches
VkSubmitInfo Struct Reference

#include <vulkan.h>

Public Attributes

VkStructureType sType
 
const void * pNext
 
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 2535 of file vulkan.h.

Member Data Documentation

◆ commandBufferCount

uint32_t VkSubmitInfo::commandBufferCount

Definition at line 2541 of file vulkan.h.

◆ pCommandBuffers

const VkCommandBuffer* VkSubmitInfo::pCommandBuffers

Definition at line 2542 of file vulkan.h.

◆ pNext

const void* VkSubmitInfo::pNext

Definition at line 2537 of file vulkan.h.

◆ pSignalSemaphores

const VkSemaphore* VkSubmitInfo::pSignalSemaphores

Definition at line 2544 of file vulkan.h.

◆ pWaitDstStageMask

const VkPipelineStageFlags* VkSubmitInfo::pWaitDstStageMask

Definition at line 2540 of file vulkan.h.

◆ pWaitSemaphores

const VkSemaphore* VkSubmitInfo::pWaitSemaphores

Definition at line 2539 of file vulkan.h.

◆ signalSemaphoreCount

uint32_t VkSubmitInfo::signalSemaphoreCount

Definition at line 2543 of file vulkan.h.

◆ sType

VkStructureType VkSubmitInfo::sType

Definition at line 2536 of file vulkan.h.

◆ waitSemaphoreCount

uint32_t VkSubmitInfo::waitSemaphoreCount

Definition at line 2538 of file vulkan.h.


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