summaryrefslogtreecommitdiffstats
path: root/NoisyGradient.qml
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@digia.com>2012-12-14 14:36:44 +0100
committerGunnar Sletta <gunnar.sletta@digia.com>2012-12-14 14:36:44 +0100
commitc6083c433d8a354e0d0282e01419d752cd560270 (patch)
treed3de138527b092a1e2b2ebbd43191c57a3c7cebb /NoisyGradient.qml
parent6cb69d337fad75b3ea5839a9fd20d20061bd15fb (diff)
work on ANGLE
Diffstat (limited to 'NoisyGradient.qml')
-rw-r--r--NoisyGradient.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/NoisyGradient.qml b/NoisyGradient.qml
index c481593..19b0f8d 100644
--- a/NoisyGradient.qml
+++ b/NoisyGradient.qml
@@ -71,6 +71,10 @@ ShaderEffect {
blending: false;
fragmentShader:"
+ #ifdef GL_ES
+ precision lowp float;
+ #endif
+
uniform lowp sampler2D source;
uniform lowp float qt_Opacity;
varying highp vec2 qt_TexCoord0;