From 591b2e2c68ac83b09394e3d19f6dca7ca0340294 Mon Sep 17 00:00:00 2001 From: Martin Kelly Date: Fri, 14 Aug 2015 10:32:14 -0700 Subject: [PATCH] opengl: add missing ClearDepth prototype The ClearDepth call is missing. https://bugzilla.gnome.org/show_bug.cgi?id=753639 --- gst-libs/gst/gl/glprototypes/opengl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst-libs/gst/gl/glprototypes/opengl.h b/gst-libs/gst/gl/glprototypes/opengl.h index 24ba20d..e8fbfbb 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, -- 2.7.4