Surface for QQuickWindow
Unsolved
QML and Qt Quick
-
I am trying to learn Vulkan and extend the Vulkanunderqml example. In order to create a swap chain, I need the VkSurfaceKHR. QVulkaninstance::surfaceForWindow(QWindow *window) requires a QWindow to provide the VKSurfaceKHR and not QQuickWindow. Any suggestions on how to get the VKSurfaceKHR would be appreciated.
-
-