glprototypes: fix parameter type of glGenBuffers

The number of buffers should be GLsizei instead of GLuint.

https://bugzilla.gnome.org/show_bug.cgi?id=761272
This commit is contained in:
Wang Xin-yu (王昕宇) 2016-01-29 10:35:15 +08:00 committed by Matthew Waters
parent f3653a5e9c
commit 0891b90111

View file

@ -255,7 +255,7 @@ GST_GL_EXT_BEGIN (vbos,
"ARB\0",
"vertex_buffer_object\0")
GST_GL_EXT_FUNCTION (void, GenBuffers,
(GLuint n,
(GLsizei n,
GLuint *buffers))
GST_GL_EXT_FUNCTION (void, BindBuffer,
(GLenum target,