gl: Include texParameterf in the GL function table

https://bugzilla.gnome.org/show_bug.cgi?id=751228
This commit is contained in:
John Ludwig 2015-06-23 10:31:44 +02:00 committed by Sebastian Dröge
parent 9664d1a6b1
commit 1ece34af2c

View file

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