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

Unified Diff: gpu/command_buffer/common/gles2_cmd_ids_autogen.h

Issue 10635011: Add glBindUniformLocationCHROMIUM (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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
Index: gpu/command_buffer/common/gles2_cmd_ids_autogen.h
diff --git a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
index 51029032fb14f54f5469541b6c6b087ebd14a2e7..decd48b447253538f609299c5cb8a0ee2f311169 100644
--- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
+++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
@@ -227,6 +227,9 @@
OP(ProduceTextureCHROMIUMImmediate) /* 470 */ \
OP(ConsumeTextureCHROMIUM) /* 471 */ \
OP(ConsumeTextureCHROMIUMImmediate) /* 472 */ \
+ OP(BindUniformLocationCHROMIUM) /* 473 */ \
+ OP(BindUniformLocationCHROMIUMImmediate) /* 474 */ \
+ OP(BindUniformLocationCHROMIUMBucket) /* 475 */ \
enum CommandId {
kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this.
« no previous file with comments | « gpu/command_buffer/common/gles2_cmd_format_test_autogen.h ('k') | gpu/command_buffer/common/gles2_cmd_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698