Add since 5.15 to new QVulkanInstance function

Change-Id: Ib1fb6186a8c76d6848d5eda1756e7749383dae40
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
This commit is contained in:
Laszlo Agocs 2020-02-27 14:50:38 +01:00
parent 0378332bc1
commit eff6f77c1a

View File

@ -781,6 +781,8 @@ bool QVulkanInstance::supportsPresent(VkPhysicalDevice physicalDevice, uint32_t
system dependent synchronization. For example, on Wayland this will
add send a wl_surface.frame request in order to prevent the driver from
blocking for minimized windows.
\since 5.15
*/
void QVulkanInstance::presentAboutToBeQueued(QWindow *window)
{