mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
[680/906] overlay: tentative port to new GstGLFuncs API
This commit is contained in:
parent
b9a10f8e15
commit
31a5beb3f3
1 changed files with 2 additions and 0 deletions
|
@ -152,6 +152,8 @@ GST_GL_EXT_FUNCTION (void, TexImage1D,
|
|||
const GLvoid *data))
|
||||
GST_GL_EXT_FUNCTION (void, Rotatef,
|
||||
(GLfloat angle, GLfloat x, GLfloat y, GLfloat z))
|
||||
GST_GL_EXT_FUNCTION (void, Translatef,
|
||||
(GLfloat x, GLfloat y, GLfloat z))
|
||||
GST_GL_EXT_FUNCTION (void, Lightfv,
|
||||
(GLenum light, GLenum pname, const GLfloat *params))
|
||||
GST_GL_EXT_FUNCTION (void, ColorMaterial,
|
||||
|
|
Loading…
Reference in a new issue