mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
gl: Include texParameterf in the GL function table
https://bugzilla.gnome.org/show_bug.cgi?id=751228
This commit is contained in:
parent
9664d1a6b1
commit
1ece34af2c
1 changed files with 4 additions and 0 deletions
|
@ -178,6 +178,10 @@ GST_GL_EXT_FUNCTION (void, Viewport,
|
|||
GST_GL_EXT_FUNCTION (GLboolean, IsEnabled, (GLenum cap))
|
||||
GST_GL_EXT_FUNCTION (void, LineWidth, (GLfloat width))
|
||||
GST_GL_EXT_FUNCTION (void, PolygonOffset, (GLfloat factor, GLfloat units))
|
||||
GST_GL_EXT_FUNCTION (void, TexParameterf,
|
||||
(GLenum target,
|
||||
GLenum pname,
|
||||
GLfloat param))
|
||||
GST_GL_EXT_END ()
|
||||
|
||||
GST_GL_EXT_BEGIN (texture_3d,
|
||||
|
|
Loading…
Reference in a new issue