Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.8.0 FF
-
None
Description
The manual test clip-planes-qml will only display a black screen when running. These warnings are outputted:
- Unknown uniform type or value: QVariant(QString, "black") Please check your QParameters
- Unknown uniform type or value: QVariant(QString, "blue") Please check your QParameters
- Unknown uniform type or value: QVariant(QString, "white") 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
- is duplicated by
-
QTBUG-121809 Manual testing - deferred-renderer-qml displays a black screen upon start
- Reported
- relates to
-
QTBUG-122743 RHI DirectX11 render backend breaking manual tests in QT3D
- Reported