diff options
Diffstat (limited to 'tests/gl_subdata.cpp')
-rw-r--r-- | tests/gl_subdata.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/gl_subdata.cpp b/tests/gl_subdata.cpp index d159b2b2..5c6a9926 100644 --- a/tests/gl_subdata.cpp +++ b/tests/gl_subdata.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" |