HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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_t * pImageIndices
 
VkResultpResults
 

Detailed Description

Definition at line 7668 of file vulkan_core.h.

Member Data Documentation

const uint32_t* VkPresentInfoKHR::pImageIndices

Definition at line 7675 of file vulkan_core.h.

const void* VkPresentInfoKHR::pNext

Definition at line 7670 of file vulkan_core.h.

VkResult* VkPresentInfoKHR::pResults

Definition at line 7676 of file vulkan_core.h.

const VkSwapchainKHR* VkPresentInfoKHR::pSwapchains

Definition at line 7674 of file vulkan_core.h.

const VkSemaphore* VkPresentInfoKHR::pWaitSemaphores

Definition at line 7672 of file vulkan_core.h.

VkStructureType VkPresentInfoKHR::sType

Definition at line 7669 of file vulkan_core.h.

uint32_t VkPresentInfoKHR::swapchainCount

Definition at line 7673 of file vulkan_core.h.

uint32_t VkPresentInfoKHR::waitSemaphoreCount

Definition at line 7671 of file vulkan_core.h.


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