Switch back to mediump, which works (better) on iOS.
authorJoe Wreschnig <joe.wreschnig@gmail.com>
Thu, 2 Oct 2014 16:03:12 +0000 (18:03 +0200)
committerJoe Wreschnig <joe.wreschnig@gmail.com>
Thu, 2 Oct 2014 16:03:12 +0000 (18:03 +0200)
src/data/shaders/noise.glsl
src/data/shaders/noisyblocks.frag

index 84944be..8deb27e 100644 (file)
@@ -28,7 +28,7 @@
   THE SOFTWARE.
 */
 
-precision highp float;
+precision mediump float;
 
 vec2 mod289(vec2 x) {
   return x - floor(x * (1.0 / 289.0)) * 289.0;
index be6e051..5b41435 100644 (file)
@@ -3,7 +3,7 @@
    waives all copyright and related or neighboring rights to it.
 */
 
-precision highp float;
+precision mediump float;
 
 varying vec2 fTexCoord;
 varying vec4 fColor;