[680/906] overlay: tentative port to new GstGLFuncs API

This commit is contained in:
Matthew Waters 2013-03-10 13:37:48 +11:00 committed by Tim-Philipp Müller
parent b9a10f8e15
commit 31a5beb3f3

View file

@ -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,