Skip to content

Fix badge effect

Bharadwaj Raju requested to merge work/bharadwaj/fix-badge-effect into master

The path to the QSB file was wrong (needed to specify qrc:), and the fragment shader had a name mismatch with the vertex output (see https://doc.qt.io/qt-6/qml-qtquick-shadereffect.html#having-one-shader-only)

BUG: 478516

Merge request reports