mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
gl: Fix prototype of glGetSynciv()
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/914>
This commit is contained in:
parent
d268c193ad
commit
576f950e18
1 changed files with 4 additions and 2 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Reference in a new issue