Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
VkPresentInfoKHR Struct Reference

#include <vulkan_core.h>

Data Fields

VkStructureType sType
 
const void * pNext
 
uint32_t waitSemaphoreCount
 
const VkSemaphore * pWaitSemaphores
 
uint32_t swapchainCount
 
const VkSwapchainKHR * pSwapchains
 
const uint32_t * pImageIndices
 
VkResultpResults
 

Detailed Description

Definition at line 7785 of file vulkan_core.h.

Field Documentation

◆ pImageIndices

const uint32_t* VkPresentInfoKHR::pImageIndices

Definition at line 7792 of file vulkan_core.h.

◆ pNext

const void* VkPresentInfoKHR::pNext

Definition at line 7787 of file vulkan_core.h.

◆ pResults

VkResult* VkPresentInfoKHR::pResults

Definition at line 7793 of file vulkan_core.h.

◆ pSwapchains

const VkSwapchainKHR* VkPresentInfoKHR::pSwapchains

Definition at line 7791 of file vulkan_core.h.

◆ pWaitSemaphores

const VkSemaphore* VkPresentInfoKHR::pWaitSemaphores

Definition at line 7789 of file vulkan_core.h.

◆ sType

VkStructureType VkPresentInfoKHR::sType

Definition at line 7786 of file vulkan_core.h.

◆ swapchainCount

uint32_t VkPresentInfoKHR::swapchainCount

Definition at line 7790 of file vulkan_core.h.

◆ waitSemaphoreCount

uint32_t VkPresentInfoKHR::waitSemaphoreCount

Definition at line 7788 of file vulkan_core.h.


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