[Bug 753640] gl: DepthRange uses raw double instead of GLclampd
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Aug 17 08:49:16 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=753640
--- Comment #9 from Martin Kelly <martin at surround.io> ---
I'm a little confused. Looking at glprototypes/opengl.h, it appears that all
these functions are defined only for normal opengl anyway. That said, I'm still
pretty new to this codebase; am I missing something?
glprototypes/opengl.h:
/* These are the core GL functions which are only available in big
GL */
GST_GL_EXT_BEGIN (only_in_big_gl,
GST_GL_API_OPENGL | GST_GL_API_OPENGL3,
1, 0,
255, 255, /* not in GLES */
"\0",
"\0")
[snip]
GST_GL_EXT_FUNCTION (void, ClearDepth,
[snip]
GST_GL_EXT_END ()
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list