Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
None
-
dev
-
None
Description
This appears in the log:
error: static assertion failed: QRhiTexture format constant value missmatch. 2020 | Q_STATIC_ASSERT_X(QRhiTexture::BC1 == 17 && QRhiTexture::ETC2_RGBA8 == 26, | ^~~~~~~~~~~~~~~~~
https://graphicsteamjenkins.ci.qt.io/view/QMLBench_Linux/job/qmlbench_dev/6464/consoleFull
The format enum was recently modified:
https://codereview.qt-project.org/c/qt/qtbase/+/567617
The failure appeared at the same time.