opengl: add missing ClearDepth prototype
authorMartin Kelly <martin@surround.io>
Fri, 14 Aug 2015 17:32:14 +0000 (10:32 -0700)
committerSebastian Dröge <sebastian@centricular.com>
Sat, 15 Aug 2015 07:28:12 +0000 (09:28 +0200)
The ClearDepth call is missing.

https://bugzilla.gnome.org/show_bug.cgi?id=753639

gst-libs/gst/gl/glprototypes/opengl.h

index 24ba20d..e8fbfbb 100644 (file)
@@ -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,