opengl: Change GLclampd to double
GLclampd does not exist on GLES, only desktop GL.
This commit is contained in:
parent
7d314dd2ad
commit
db8bbe067b
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user