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

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

Issue 1131273005: Fine tune vertex attrib commands handling. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: working Created 5 years, 7 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/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 e4c8999a00d87e6757aa9c1b467304f728b53412..8714521f62df75c0830e0ae1b252cdae72791d96 100644
--- a/gpu/command_buffer/client/vertex_array_object_manager.h
+++ b/gpu/command_buffer/client/vertex_array_object_manager.h
@@ -88,7 +88,8 @@ class GLES2_IMPL_EXPORT VertexArrayObjectManager {
GLenum type,
GLboolean normalized,
GLsizei stride,
- const void* ptr);
+ const void* ptr,
+ GLboolean integer);
void SetAttribDivisor(GLuint index, GLuint divisor);
« no previous file with comments | « gpu/command_buffer/client/gles2_implementation.cc ('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