Skip to content

Generate default set of GLSL shaders

Arjen Hiemstra requested to merge work/ahiemstra/shaderversion into master

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.

BUG: 482988

Merge request reports