Fix: added missing default precision directives in fragment shaders
This commit is contained in:
@@ -151,6 +151,8 @@ ShaderEffect {
|
||||
}"
|
||||
|
||||
fragmentShader: "
|
||||
precision highp float;
|
||||
|
||||
uniform sampler2D source;
|
||||
uniform highp float qt_Opacity;
|
||||
uniform highp float time;
|
||||
|
||||
Reference in New Issue
Block a user