Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
6.0.3, 6.2.2
-
None
-
OMEN Laptop 15-en0012np
AMD Ryzen™ 5 4600H (tested rendering with integrated graphics)
NVIDIA GeForce GTX 1650 Ti
Windows 10 Pro
(Reproduced also on Intel graphics environments)
Description
When trying to resize Qt Quick applications, the process is very "glitchy". See attached video.
There were also some artefacts the recording doesn't pick, in the menu bar.
I forced backends using:
QQuickWindow::setGraphicsApi(QSGRendererInterface::/*backend*/);
And:
- It works fine with either ::Software, ::OpenGL, ::OpenGLRhi;
- It's glitchy with either ::Direct3D11Rhi, ::VulkanRhi;
- Can't test ::MetalRhi because I don't own a mac.
The video depicts the "Qt Quick Controls - Text Editor" example, but it happens with any Qt Quick application.
Attachments
Issue Links
- duplicates
-
QTBUG-99637 Windows with D3D or Vulkan: stretch effect is not ideal when resizing QQuickWindow
- Closed