https://bugs.kde.org/show_bug.cgi?id=423812
--- Comment #2 from Arjen Hiemstra <[email protected]> --- The core profile shaders currently use version 450. You could try changing the #version directive to 320 in src/scenegraph/shaders/header_desktop_core.glsl. Though personally I think forcing the GL version like KDeclarative is doing here is wrong and it should default to whatever the highest version is that it can support. For reference, this was tested using qmlscene --core-profile which also forces core profile but doesn't force a version. -- You are receiving this mail because: You are watching all bug changes.
