RetroArch
Public Attributes | List of all members
VkPresentInfoKHR Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const voidpNext
 
uint32_t waitSemaphoreCount
 
const VkSemaphore * pWaitSemaphores
 
uint32_t swapchainCount
 
const VkSwapchainKHR * pSwapchains
 
const uint32_tpImageIndices
 
VkResultpResults
 

Member Data Documentation

◆ pImageIndices

const uint32_t* VkPresentInfoKHR::pImageIndices

◆ pNext

const void* VkPresentInfoKHR::pNext

◆ pResults

VkResult* VkPresentInfoKHR::pResults

◆ pSwapchains

const VkSwapchainKHR* VkPresentInfoKHR::pSwapchains

◆ pWaitSemaphores

const VkSemaphore* VkPresentInfoKHR::pWaitSemaphores

◆ sType

VkStructureType VkPresentInfoKHR::sType

◆ swapchainCount

uint32_t VkPresentInfoKHR::swapchainCount

◆ waitSemaphoreCount

uint32_t VkPresentInfoKHR::waitSemaphoreCount

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