Details
-
Bug
-
Resolution: Done
-
P0: Blocker
-
5.3.0, 5.3.1
-
None
Description
Trying to show a non-multisampled QQuickWidget will always fail on Windows in ANGLE builds.
This is because QOpenGLFramebufferObject is unable to cope with the samples value of -1 and QQuickWidget is not aware of this limitation. The best fix is to make it more robust by treating such undefined (default) values as 0.
Attachments
Issue Links
- is required for
-
QTBUG-39093 Issues to be fixed for Qt 5.3.1
- Closed