Index: gpu/command_buffer/client/gles2_cmd_helper_autogen.h |
diff --git a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h |
index 186a5a520f25f3824315f978191e8caf0515b05c..2ac4d69864c9234aa1674e4caf6b296dfd9deaa0 100644 |
--- a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h |
+++ b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h |
@@ -1435,6 +1435,16 @@ void TexSubImage3D(GLenum target, |
} |
} |
+void TransformFeedbackVaryingsBucket(GLuint program, |
+ uint32_t varyings_bucket_id, |
+ GLenum buffermode) { |
+ gles2::cmds::TransformFeedbackVaryingsBucket* c = |
+ GetCmdSpace<gles2::cmds::TransformFeedbackVaryingsBucket>(); |
+ if (c) { |
+ c->Init(program, varyings_bucket_id, buffermode); |
+ } |
+} |
+ |
void Uniform1f(GLint location, GLfloat x) { |
gles2::cmds::Uniform1f* c = GetCmdSpace<gles2::cmds::Uniform1f>(); |
if (c) { |