RetroArch
Public Attributes | List of all members
VkSubmitInfo Struct Reference

#include <vulkan_core.h>

Public Attributes

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

Member Data Documentation

◆ commandBufferCount

uint32_t VkSubmitInfo::commandBufferCount

◆ pCommandBuffers

const VkCommandBuffer* VkSubmitInfo::pCommandBuffers

◆ pNext

const void* VkSubmitInfo::pNext

◆ pSignalSemaphores

const VkSemaphore* VkSubmitInfo::pSignalSemaphores

◆ pWaitDstStageMask

const VkPipelineStageFlags* VkSubmitInfo::pWaitDstStageMask

◆ pWaitSemaphores

const VkSemaphore* VkSubmitInfo::pWaitSemaphores

◆ signalSemaphoreCount

uint32_t VkSubmitInfo::signalSemaphoreCount

◆ sType

VkStructureType VkSubmitInfo::sType

◆ waitSemaphoreCount

uint32_t VkSubmitInfo::waitSemaphoreCount

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