summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Kelly <martin@surround.io>2015-08-14 10:32:14 -0700
committerSebastian Dröge <sebastian@centricular.com>2015-08-15 09:28:12 +0200
commit591b2e2c68ac83b09394e3d19f6dca7ca0340294 (patch)
treecda0d2e67be9e40b774b9faaf479d6e3bc782e71
parentfdac09d843f6fed06f222485e8f43959430d994a (diff)
downloadgstreamer-plugins-bad-591b2e2c68ac83b09394e3d19f6dca7ca0340294.tar.gz
opengl: add missing ClearDepth prototype
The ClearDepth call is missing. https://bugzilla.gnome.org/show_bug.cgi?id=753639
-rw-r--r--gst-libs/gst/gl/glprototypes/opengl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst-libs/gst/gl/glprototypes/opengl.h b/gst-libs/gst/gl/glprototypes/opengl.h
index 24ba20d84..e8fbfbb57 100644
--- a/gst-libs/gst/gl/glprototypes/opengl.h
+++ b/gst-libs/gst/gl/glprototypes/opengl.h
@@ -57,6 +57,8 @@ GST_GL_EXT_FUNCTION (void, DepthRange,
(double near_val, double far_val))
GST_GL_EXT_FUNCTION (void, DrawBuffer,
(GLenum mode))
+GST_GL_EXT_FUNCTION (void, ClearDepth,
+ (GLclampd depth))
GST_GL_EXT_END ()
GST_GL_EXT_BEGIN (only_in_big_gl_compat,