Lines Matching defs:present_info
1963 VkPresentInfoKHR present_info = *pPresentInfo;
1964 present_info.swapchainCount = 1;
1965 present_info.pSwapchains = &swapchain;
1966 present_info.pImageIndices = &image_index;
1969 result = queue_data->device->vtable.QueuePresentKHR(queue, &present_info);
1981 VkPresentInfoKHR present_info = *pPresentInfo;
1982 present_info.swapchainCount = 1;
1983 present_info.pSwapchains = &swapchain;
1984 present_info.pImageIndices = &image_index;
1997 present_info.pWaitSemaphores = &draw->semaphore;
1998 present_info.waitSemaphoreCount = 1;
2001 VkResult chain_result = queue_data->device->vtable.QueuePresentKHR(queue, &present_info);