mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue