gl: Fix prototype of glGetSynciv()

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/914>
This commit is contained in:
Sebastian Dröge 2020-11-03 16:40:38 +02:00
parent d268c193ad
commit 576f950e18

View file

@ -41,6 +41,8 @@ GST_GL_EXT_FUNCTION (void, WaitSync,
GLuint64 timeout))
GST_GL_EXT_FUNCTION (void, GetSynciv,
(GLsync sync,
GLenum flags,
GLuint64 timeout))
GLenum name,
GLsizei buf_size,
GLsizei *length,
GLint *values))
GST_GL_EXT_END ()