Index: gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h |
diff --git a/gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h b/gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h |
index dbf6fddcdfc44318ea2bf7d86cb88f013bc5f038..9637a680c1f1ec930084954dbc274c63a5921894 100644 |
--- a/gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h |
+++ b/gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h |
@@ -866,6 +866,15 @@ static const GLenum valid_value_buffer_target_table[] = { |
GL_SUBSCRIBED_VALUES_BUFFER_CHROMIUM, |
}; |
+static const GLenum valid_vertex_attrib_i_type_table[] = { |
+ GL_BYTE, |
+ GL_UNSIGNED_BYTE, |
+ GL_SHORT, |
+ GL_UNSIGNED_SHORT, |
+ GL_INT, |
+ GL_UNSIGNED_INT, |
+}; |
+ |
static const GLint valid_vertex_attrib_size_table[] = { |
1, |
2, |
@@ -1022,6 +1031,8 @@ Validators::Validators() |
arraysize(valid_uniform_parameter_table)), |
value_buffer_target(valid_value_buffer_target_table, |
arraysize(valid_value_buffer_target_table)), |
+ vertex_attrib_i_type(valid_vertex_attrib_i_type_table, |
+ arraysize(valid_vertex_attrib_i_type_table)), |
vertex_attrib_size(valid_vertex_attrib_size_table, |
arraysize(valid_vertex_attrib_size_table)), |
vertex_attrib_type(valid_vertex_attrib_type_table, |