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

Unified Diff: gpu/command_buffer/client/vertex_array_object_manager.h

Issue 693943003: Update from https://crrev.com/302630 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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/client/vertex_array_object_manager.h
diff --git a/gpu/command_buffer/client/vertex_array_object_manager.h b/gpu/command_buffer/client/vertex_array_object_manager.h
index 34f630d95aeb53f55f7e1b81f1fb6d2a13e0062c..8638584343d8a2bdf618500c644ecc9d666dc537 100644
--- a/gpu/command_buffer/client/vertex_array_object_manager.h
+++ b/gpu/command_buffer/client/vertex_array_object_manager.h
@@ -26,7 +26,8 @@ class GLES2_IMPL_EXPORT VertexArrayObjectManager {
VertexArrayObjectManager(
GLuint max_vertex_attribs,
GLuint array_buffer_id,
- GLuint element_array_buffer_id);
+ GLuint element_array_buffer_id,
+ bool support_client_side_arrays);
~VertexArrayObjectManager();
bool IsReservedId(GLuint id) const;
@@ -116,6 +117,8 @@ class GLES2_IMPL_EXPORT VertexArrayObjectManager {
VertexArrayObject* bound_vertex_array_object_;
VertexArrayObjectMap vertex_array_objects_;
+ bool support_client_side_arrays_;
+
DISALLOW_COPY_AND_ASSIGN(VertexArrayObjectManager);
};
« no previous file with comments | « gpu/command_buffer/client/gpu_memory_buffer_manager.h ('k') | gpu/command_buffer/client/vertex_array_object_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698