SDL  2.0
VkPresentInfoKHR Struct Reference

#include <vulkan_core.h>

Data Fields

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

Detailed Description

Definition at line 4831 of file vulkan_core.h.

Field Documentation

◆ pImageIndices

const uint32_t* VkPresentInfoKHR::pImageIndices

Definition at line 4838 of file vulkan_core.h.

Referenced by render().

◆ pNext

const void* VkPresentInfoKHR::pNext

Definition at line 4833 of file vulkan_core.h.

◆ pResults

VkResult* VkPresentInfoKHR::pResults

Definition at line 4839 of file vulkan_core.h.

◆ pSwapchains

const VkSwapchainKHR* VkPresentInfoKHR::pSwapchains

Definition at line 4837 of file vulkan_core.h.

Referenced by render().

◆ pWaitSemaphores

const VkSemaphore* VkPresentInfoKHR::pWaitSemaphores

Definition at line 4835 of file vulkan_core.h.

Referenced by render().

◆ sType

VkStructureType VkPresentInfoKHR::sType

Definition at line 4832 of file vulkan_core.h.

Referenced by render().

◆ swapchainCount

uint32_t VkPresentInfoKHR::swapchainCount

Definition at line 4836 of file vulkan_core.h.

Referenced by render().

◆ waitSemaphoreCount

uint32_t VkPresentInfoKHR::waitSemaphoreCount

Definition at line 4834 of file vulkan_core.h.

Referenced by render().


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