|
SDL
2.0
|
#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 |
| VkResult * | pResults |
Definition at line 5807 of file vulkan_core.h.
| const uint32_t* VkPresentInfoKHR::pImageIndices |
Definition at line 5814 of file vulkan_core.h.
Referenced by render().
| const void* VkPresentInfoKHR::pNext |
Definition at line 5809 of file vulkan_core.h.
| VkResult* VkPresentInfoKHR::pResults |
Definition at line 5815 of file vulkan_core.h.
| const VkSwapchainKHR* VkPresentInfoKHR::pSwapchains |
Definition at line 5813 of file vulkan_core.h.
Referenced by render().
| const VkSemaphore* VkPresentInfoKHR::pWaitSemaphores |
Definition at line 5811 of file vulkan_core.h.
Referenced by render().
| VkStructureType VkPresentInfoKHR::sType |
Definition at line 5808 of file vulkan_core.h.
Referenced by render().
| uint32_t VkPresentInfoKHR::swapchainCount |
Definition at line 5812 of file vulkan_core.h.
Referenced by render().
| uint32_t VkPresentInfoKHR::waitSemaphoreCount |
Definition at line 5810 of file vulkan_core.h.
Referenced by render().