opengl: Change GLclampd to double

GLclampd does not exist on GLES, only desktop GL.
This commit is contained in:
Sebastian Dröge 2015-08-15 10:03:07 +02:00 committed by Tim-Philipp Müller
parent 7d314dd2ad
commit db8bbe067b

View file

@ -58,7 +58,7 @@ GST_GL_EXT_FUNCTION (void, DepthRange,
GST_GL_EXT_FUNCTION (void, DrawBuffer, GST_GL_EXT_FUNCTION (void, DrawBuffer,
(GLenum mode)) (GLenum mode))
GST_GL_EXT_FUNCTION (void, ClearDepth, GST_GL_EXT_FUNCTION (void, ClearDepth,
(GLclampd depth)) (double depth))
GST_GL_EXT_END () GST_GL_EXT_END ()
GST_GL_EXT_BEGIN (only_in_big_gl_compat, GST_GL_EXT_BEGIN (only_in_big_gl_compat,