glproto: include function definitions for GL_APPLE_sync

Provides a performance improvement on iOS where we were falling back to glFinish
on settting sync points.
This commit is contained in:
Matthew Waters 2015-12-08 16:35:45 +11:00 committed by Tim-Philipp Müller
parent 21df596b8b
commit e8f966dcab

View file

@ -1,6 +1,6 @@
/*
* GStreamer
* Copyright (C) 2014 Matthew Waters <matthew@centricular.com>
* Copyright (C) 2014-2015 Matthew Waters <matthew@centricular.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@ -22,8 +22,8 @@ GST_GL_EXT_BEGIN (sync,
GST_GL_API_OPENGL3,
3, 2,
3, 0,
"",
"")
"APPLE",
"sync")
GST_GL_EXT_FUNCTION (GLsync, FenceSync,
(GLenum condition,
GLbitfield flags))