summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Olszak <olszak.tomasz@gmail.com>2013-08-11 21:11:32 +0000
committerTomasz Olszak <olszak.tomasz@gmail.com>2013-08-12 01:24:14 +0200
commit25b67847548ac459bb2f67152094824e3f91ed2b (patch)
treef888f473f5f4aa5c498506fff3f539e7270d3308
parentc9fc910416426b34b613934dd9517a67e97318d4 (diff)
PageCUrl fixed for GLSL ES version.
Change-Id: Id6a24c4babea981ac073a50753618151a939e71f Reviewed-by: Jarosław Staniek <staniek@kde.org>
-rw-r--r--examples/touch/content/PageCurl.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/touch/content/PageCurl.qml b/examples/touch/content/PageCurl.qml
index 9f0da9d..7fedd73 100644
--- a/examples/touch/content/PageCurl.qml
+++ b/examples/touch/content/PageCurl.qml
@@ -39,7 +39,7 @@ ShaderEffect {
property double curlExtent
fragmentShader: "
-#ifndef highp
+#ifdef GL_ES
precision lowp float;
#endif
uniform lowp float curlExtent;