opengl: add missing ClearDepth prototype
The ClearDepth call is missing. https://bugzilla.gnome.org/show_bug.cgi?id=753639
This commit is contained in:
parent
83716a0586
commit
7d314dd2ad
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user