Remove default precision on non ES platforms.
This commit is contained in:
@@ -151,7 +151,9 @@ ShaderEffect {
|
||||
}"
|
||||
|
||||
fragmentShader: "
|
||||
precision highp float;
|
||||
#ifdef GL_ES
|
||||
precision mediump float;
|
||||
#endif
|
||||
|
||||
uniform sampler2D source;
|
||||
uniform highp float qt_Opacity;
|
||||
|
||||
Reference in New Issue
Block a user