summaryrefslogtreecommitdiffstats
path: root/mojo/gpu/mojo_gles2_impl_autogen.h
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/gpu/mojo_gles2_impl_autogen.h')
-rw-r--r--mojo/gpu/mojo_gles2_impl_autogen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mojo/gpu/mojo_gles2_impl_autogen.h b/mojo/gpu/mojo_gles2_impl_autogen.h
index 90ddf00..5997da5 100644
--- a/mojo/gpu/mojo_gles2_impl_autogen.h
+++ b/mojo/gpu/mojo_gles2_impl_autogen.h
@@ -308,6 +308,7 @@ class MojoGLES2Impl : public gpu::gles2::GLES2Interface {
GLuint GetUniformBlockIndex(GLuint program, const char* name) override;
void GetUniformfv(GLuint program, GLint location, GLfloat* params) override;
void GetUniformiv(GLuint program, GLint location, GLint* params) override;
+ void GetUniformuiv(GLuint program, GLint location, GLuint* params) override;
void GetUniformIndices(GLuint program,
GLsizei count,
const char* const* names,