opengl: add missing ClearDepth prototype

The ClearDepth call is missing.

https://bugzilla.gnome.org/show_bug.cgi?id=753639
This commit is contained in:
Martin Kelly 2015-08-14 10:32:14 -07:00 committed by Sebastian Dröge
parent fdac09d843
commit 591b2e2c68

View 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,