mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-08 04:41:31 +00:00
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
f3653a5e9c
commit
0891b90111
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue