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

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

Issue 14456004: GPU client side changes for GpuMemoryBuffers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@glapi
Patch Set: Incorporate code reviews Created 7 years, 8 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_format.h
diff --git a/gpu/command_buffer/common/gles2_cmd_format.h b/gpu/command_buffer/common/gles2_cmd_format.h
index 9491d9893e18a7fdec81761b14186bb7aa24ff12..0ef4c20691f1b9d92f0ef6c6be592d93d1e4ae5f 100644
--- a/gpu/command_buffer/common/gles2_cmd_format.h
+++ b/gpu/command_buffer/common/gles2_cmd_format.h
@@ -56,7 +56,9 @@ enum IdNamespaces {
kTextures,
kQueries,
kVertexArrays,
- kNumIdNamespaces
+ kImageBuffers,
+ // Must be the last entry in this enum.
+ kNumIdNamespaces,
};
// These numbers must not change

Powered by Google App Engine
This is Rietveld 408576698