Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.8.0 FF
-
None
Description
The manual test deferred-renderer-qml will only display a black screen when running. These warnings are outputted:
- Unknown uniform type or value: QVariant(QString, "dodgerblue") Please check your QParameters
- Unknown uniform type or value: QVariant(QString, "green") Please check your QParameters
- Unknown uniform type or value: QVariant(QString, "red") Please check your QParameters
The black screen issue can be fixed by adding this line in main.cpp:
qputenv("QT3D_RENDERER", "opengl");
This does not resolve the warnings shown above.
Attachments
Issue Links
- duplicates
-
QTBUG-121743 Manual testing - clip-planes-qml displays a black screen upon start
- Reported
- relates to
-
QTBUG-122743 RHI DirectX11 render backend breaking manual tests in QT3D
- Reported