QML window resize flicker on windows
Unsolved
General and Desktop
-
Hello, I cannot get rid of the flicker on windows. I was use
QQuickWindow::setSceneGraphBackend(QSGRendererInterface::Direct3D12);
and
QQuickWindow::setSceneGraphBackend(QSGRendererInterface::Software);
if use Direct3D12, flicker does not disappear. If use Software, there were no flickers, but there were problems with rendering, including webengineview.
Please help, thank you