From 5e0b3b1c10e4e0f8cc495b246be87bff5103d3b2 Mon Sep 17 00:00:00 2001 From: John Ludwig Date: Tue, 23 Jun 2015 10:31:44 +0200 Subject: [PATCH] gl: Include texParameterf in the GL function table https://bugzilla.gnome.org/show_bug.cgi?id=751228 --- gst-libs/gst/gl/glprototypes/base.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gst-libs/gst/gl/glprototypes/base.h b/gst-libs/gst/gl/glprototypes/base.h index e81673851d..f0528b7b4a 100644 --- a/gst-libs/gst/gl/glprototypes/base.h +++ b/gst-libs/gst/gl/glprototypes/base.h @@ -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,