[680/906] overlay: tentative port to new GstGLFuncs API
This commit is contained in:
parent
b9a10f8e15
commit
31a5beb3f3
@ -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…
x
Reference in New Issue
Block a user