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:
parent
3fb60ac10c
commit
1e4c9c1688
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user