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 Tim-Philipp Müller
parent 83716a0586
commit 7d314dd2ad

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,