Chromium Code Reviews| Index: gpu/command_buffer/client/gles2_demo_cc.cc |
| =================================================================== |
| --- gpu/command_buffer/client/gles2_demo_cc.cc (revision 52727) |
| +++ gpu/command_buffer/client/gles2_demo_cc.cc (working copy) |
| @@ -74,6 +74,7 @@ |
| " texCoord = g_TexCoord0;\n" |
| "}\n"; |
| static const char* fShaderStr = |
| + "precision mediump float;" |
| "uniform sampler2D tex;\n" |
| "varying vec2 texCoord;\n" |
| "void main()\n" |