diff options
Diffstat (limited to 'tests/float_tex.cpp')
-rw-r--r-- | tests/float_tex.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/float_tex.cpp b/tests/float_tex.cpp index 475f2bee..61531124 100644 --- a/tests/float_tex.cpp +++ b/tests/float_tex.cpp @@ -9,7 +9,7 @@ extern "C" { } static const char vertex_shader[] = "#ifdef GL_ES\n" - "precision highp float;\n" + "precision lowp float;\n" "#endif\n" "attribute float indices;\n" "uniform sampler2D nodeInfo;\n" @@ -25,7 +25,7 @@ static const char vertex_shader[] = "}\n"; static const char fragment_shader[] = "#ifdef GL_ES\n" - "precision highp float;\n" + "precision lowp float;\n" "#endif\n" "\n" "varying vec4 color;\n" |