| Index: gpu/command_buffer/service/gles2_cmd_validation_autogen.h
|
| ===================================================================
|
| --- gpu/command_buffer/service/gles2_cmd_validation_autogen.h (revision 112643)
|
| +++ gpu/command_buffer/service/gles2_cmd_validation_autogen.h (working copy)
|
| @@ -50,10 +50,12 @@
|
| ValueValidator<GLint> texture_border;
|
| ValueValidator<GLenum> texture_format;
|
| ValueValidator<GLenum> texture_internal_format;
|
| +ValueValidator<GLenum> texture_internal_format_storage;
|
| ValueValidator<GLenum> texture_mag_filter_mode;
|
| ValueValidator<GLenum> texture_min_filter_mode;
|
| ValueValidator<GLenum> texture_parameter;
|
| ValueValidator<GLenum> texture_target;
|
| +ValueValidator<GLenum> texture_usage;
|
| ValueValidator<GLenum> texture_wrap_mode;
|
| ValueValidator<GLint> vertex_attrib_size;
|
| ValueValidator<GLenum> vertex_attrib_type;
|
|
|