SDL  2.0
VkPresentInfoKHR Struct Reference

#include <vulkan.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 3568 of file vulkan.h.

Field Documentation

const uint32_t* VkPresentInfoKHR::pImageIndices

Definition at line 3575 of file vulkan.h.

Referenced by render().

const void* VkPresentInfoKHR::pNext

Definition at line 3570 of file vulkan.h.

VkResult* VkPresentInfoKHR::pResults

Definition at line 3576 of file vulkan.h.

const VkSwapchainKHR* VkPresentInfoKHR::pSwapchains

Definition at line 3574 of file vulkan.h.

Referenced by render().

const VkSemaphore* VkPresentInfoKHR::pWaitSemaphores

Definition at line 3572 of file vulkan.h.

Referenced by render().

VkStructureType VkPresentInfoKHR::sType

Definition at line 3569 of file vulkan.h.

Referenced by render().

uint32_t VkPresentInfoKHR::swapchainCount

Definition at line 3573 of file vulkan.h.

Referenced by render().

uint32_t VkPresentInfoKHR::waitSemaphoreCount

Definition at line 3571 of file vulkan.h.

Referenced by render().


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