Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Unified Diff: gpu/command_buffer/client/gles2_demo_cc.cc

Issue 2888016: Fix the gles2_demo to work with latest gpu process... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/command_buffer/client/gles2_demo.cc ('k') | gpu/command_buffer/common/gles2_cmd_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « gpu/command_buffer/client/gles2_demo.cc ('k') | gpu/command_buffer/common/gles2_cmd_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698