mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 15:56:42 +00:00
opengl: Change GLclampd to double
GLclampd does not exist on GLES, only desktop GL.
This commit is contained in:
parent
591b2e2c68
commit
f4a76139db
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue