From: Martin Kelly Date: Fri, 14 Aug 2015 17:32:14 +0000 (-0700) Subject: opengl: add missing ClearDepth prototype X-Git-Tag: 1.6.0~173 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=591b2e2c68ac83b09394e3d19f6dca7ca0340294;p=platform%2Fupstream%2Fgst-plugins-bad.git opengl: add missing ClearDepth prototype The ClearDepth call is missing. https://bugzilla.gnome.org/show_bug.cgi?id=753639 --- 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,