summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gst-libs/gst/gl/glprototypes/base.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst-libs/gst/gl/glprototypes/base.h b/gst-libs/gst/gl/glprototypes/base.h
index e81673851..f0528b7b4 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,