opengl: Change GLclampd to double
authorSebastian Dröge <sebastian@centricular.com>
Sat, 15 Aug 2015 08:03:07 +0000 (10:03 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:07 +0000 (19:32 +0000)
GLclampd does not exist on GLES, only desktop GL.

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

index e8fbfbb..ac47d52 100644 (file)
@@ -58,7 +58,7 @@ GST_GL_EXT_FUNCTION (void, DepthRange,
 GST_GL_EXT_FUNCTION (void, DrawBuffer,
                      (GLenum mode))
 GST_GL_EXT_FUNCTION (void, ClearDepth,
-                     (GLclampd depth))
+                     (double depth))
 GST_GL_EXT_END ()
 
 GST_GL_EXT_BEGIN (only_in_big_gl_compat,