https://bugs.kde.org/show_bug.cgi?id=482988
Arjen Hiemstra <ahiems...@heimr.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/fram | |eworks/kquickcharts/-/commi | |t/f6c29f395ecfab908a3a1389c | |ee524b5067ddb06 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #5 from Arjen Hiemstra <ahiems...@heimr.nl> --- Git commit f6c29f395ecfab908a3a1389cee524b5067ddb06 by Arjen Hiemstra. Committed on 13/03/2024 at 11:08. Pushed by cullmann into branch 'master'. Generate default set of GLSL shaders If we do not specify versions, the default of `100es,120,150` is used which is what QtQuick itself uses. To make sure we match that, remove any manually specified shader version for GLSL generation. This requires a minor modification to the Pie chart shader as GLES 100 GLSL doesn't support booleans. M +0 -1 src/CMakeLists.txt M +1 -1 src/scenegraph/PieChartMaterial.cpp M +2 -2 src/shaders/piechart.frag M +1 -1 src/shaders/piechart.vert https://invent.kde.org/frameworks/kquickcharts/-/commit/f6c29f395ecfab908a3a1389cee524b5067ddb06 -- You are receiving this mail because: You are watching all bug changes.