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

Unified Diff: gpu/command_buffer/service/gles2_cmd_validation_autogen.h

Issue 1088563003: Update vertexAttribIPointer in GPU command buffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove personal email Created 5 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/service/gles2_cmd_validation_autogen.h
diff --git a/gpu/command_buffer/service/gles2_cmd_validation_autogen.h b/gpu/command_buffer/service/gles2_cmd_validation_autogen.h
index 80b4eb966cdec60f9706722693f8602637b1d3c8..3099f29f27141df68c7517aefa2f6683e59b050e 100644
--- a/gpu/command_buffer/service/gles2_cmd_validation_autogen.h
+++ b/gpu/command_buffer/service/gles2_cmd_validation_autogen.h
@@ -85,6 +85,7 @@ ValueValidator<GLenum> transform_feedback_primitive_mode;
ValueValidator<GLenum> uniform_block_parameter;
ValueValidator<GLenum> uniform_parameter;
ValueValidator<GLenum> value_buffer_target;
+ValueValidator<GLenum> vertex_attrib_i_type;
ValueValidator<GLint> vertex_attrib_size;
ValueValidator<GLenum> vertex_attrib_type;
ValueValidator<GLenum> vertex_attribute;

Powered by Google App Engine
This is Rietveld 408576698