gl: Include texParameterf in the GL function table
authorJohn Ludwig <john@theludwigs.com>
Tue, 23 Jun 2015 08:31:44 +0000 (10:31 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:05 +0000 (19:32 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=751228

gst-libs/gst/gl/glprototypes/base.h

index e816738..f0528b7 100644 (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,