ReactOS 0.4.17-dev-934-g091855f
VkPresentInfoKHR Struct Reference

#include <vulkan.h>

Collaboration diagram for VkPresentInfoKHR:

Public Attributes

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

Detailed Description

Definition at line 13412 of file vulkan.h.

Member Data Documentation

◆ pImageIndices

const uint32_t* VkPresentInfoKHR::pImageIndices

Definition at line 13420 of file vulkan.h.

Referenced by d3d12_swapchain_queue_present(), and wined3d_swapchain_vk_blit().

◆ pNext

const void* VkPresentInfoKHR::pNext

Definition at line 13415 of file vulkan.h.

Referenced by d3d12_swapchain_queue_present(), and wined3d_swapchain_vk_blit().

◆ pResults

VkResult* VkPresentInfoKHR::pResults

Definition at line 13421 of file vulkan.h.

Referenced by d3d12_swapchain_queue_present(), and wined3d_swapchain_vk_blit().

◆ pSwapchains

const VkSwapchainKHR* VkPresentInfoKHR::pSwapchains

Definition at line 13419 of file vulkan.h.

Referenced by d3d12_swapchain_queue_present(), and wined3d_swapchain_vk_blit().

◆ pWaitSemaphores

const VkSemaphore* VkPresentInfoKHR::pWaitSemaphores

Definition at line 13417 of file vulkan.h.

Referenced by d3d12_swapchain_queue_present(), and wined3d_swapchain_vk_blit().

◆ sType

VkStructureType VkPresentInfoKHR::sType

Definition at line 13414 of file vulkan.h.

Referenced by d3d12_swapchain_queue_present(), and wined3d_swapchain_vk_blit().

◆ swapchainCount

uint32_t VkPresentInfoKHR::swapchainCount

Definition at line 13418 of file vulkan.h.

Referenced by d3d12_swapchain_queue_present(), and wined3d_swapchain_vk_blit().

◆ waitSemaphoreCount

uint32_t VkPresentInfoKHR::waitSemaphoreCount

Definition at line 13416 of file vulkan.h.

Referenced by d3d12_swapchain_queue_present(), and wined3d_swapchain_vk_blit().


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