|
ReactOS 0.4.17-dev-934-g091855f
|
#include <vulkan.h>

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 |
Definition at line 13420 of file vulkan.h.
Referenced by d3d12_swapchain_queue_present(), and wined3d_swapchain_vk_blit().
Definition at line 13415 of file vulkan.h.
Referenced by d3d12_swapchain_queue_present(), and wined3d_swapchain_vk_blit().
| VkResult* VkPresentInfoKHR::pResults |
Definition at line 13421 of file vulkan.h.
Referenced by d3d12_swapchain_queue_present(), and wined3d_swapchain_vk_blit().
| const VkSwapchainKHR* VkPresentInfoKHR::pSwapchains |
Definition at line 13419 of file vulkan.h.
Referenced by d3d12_swapchain_queue_present(), and wined3d_swapchain_vk_blit().
| const VkSemaphore* VkPresentInfoKHR::pWaitSemaphores |
Definition at line 13417 of file vulkan.h.
Referenced by d3d12_swapchain_queue_present(), and wined3d_swapchain_vk_blit().
| VkStructureType VkPresentInfoKHR::sType |
Definition at line 13414 of file vulkan.h.
Referenced by d3d12_swapchain_queue_present(), and wined3d_swapchain_vk_blit().
| uint32_t VkPresentInfoKHR::swapchainCount |
Definition at line 13418 of file vulkan.h.
Referenced by d3d12_swapchain_queue_present(), and wined3d_swapchain_vk_blit().
| uint32_t VkPresentInfoKHR::waitSemaphoreCount |
Definition at line 13416 of file vulkan.h.
Referenced by d3d12_swapchain_queue_present(), and wined3d_swapchain_vk_blit().