mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
[861/906] glprototypes: Add missing glScalef declare
https://bugzilla.gnome.org/show_bug.cgi?id=721903
This commit is contained in:
parent
cdad19fd43
commit
48d92cbe88
1 changed files with 2 additions and 0 deletions
|
@ -154,6 +154,8 @@ GST_GL_EXT_FUNCTION (void, Rotatef,
|
||||||
(GLfloat angle, GLfloat x, GLfloat y, GLfloat z))
|
(GLfloat angle, GLfloat x, GLfloat y, GLfloat z))
|
||||||
GST_GL_EXT_FUNCTION (void, Translatef,
|
GST_GL_EXT_FUNCTION (void, Translatef,
|
||||||
(GLfloat x, GLfloat y, GLfloat z))
|
(GLfloat x, GLfloat y, GLfloat z))
|
||||||
|
GST_GL_EXT_FUNCTION (void, Scalef,
|
||||||
|
(GLfloat x, GLfloat y, GLfloat z))
|
||||||
GST_GL_EXT_FUNCTION (void, Lightfv,
|
GST_GL_EXT_FUNCTION (void, Lightfv,
|
||||||
(GLenum light, GLenum pname, const GLfloat *params))
|
(GLenum light, GLenum pname, const GLfloat *params))
|
||||||
GST_GL_EXT_FUNCTION (void, ColorMaterial,
|
GST_GL_EXT_FUNCTION (void, ColorMaterial,
|
||||||
|
|
Loading…
Reference in a new issue