Skip to content
Snippets Groups Projects
Commit 733a2d00 authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

app: use the default scenegraph render backend(OpenGL) on Windows

We've had reports of missing vulkan dependencies on fresh Windows
10 installs. Until this has been investigated, we should keep the
default rendering backend at the cost of some flicker.

Change-Id: Idaab06ff80d7841231270a207cceb134f8d790b0
parent 9f2b0f07
No related branches found
No related tags found
No related merge requests found
......@@ -91,8 +91,6 @@ main(int argc, char* argv[])
#if defined(Q_OS_MACOS)
QQuickWindow::setGraphicsApi(QSGRendererInterface::MetalRhi);
#elif defined(Q_OS_WIN)
QQuickWindow::setGraphicsApi(QSGRendererInterface::VulkanRhi);
#endif
auto newArgv = parseInputArgument(argc, argv, qtWebEngineChromiumFlags);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment