mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 02:45:35 +00:00
gl/debug: desktop GL does not have the KHR suffixes
This commit is contained in:
parent
821bc8da5b
commit
678e7b49b2
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ GST_GL_EXT_BEGIN (debug,
|
|||
GST_GL_API_OPENGL3,
|
||||
4, 3,
|
||||
255, 255,
|
||||
"KHR:\0ARB\0",
|
||||
"KHR:\0KHR\0ARB\0",
|
||||
"debug\0debug_output\0")
|
||||
GST_GL_EXT_FUNCTION (void, DebugMessageControl,
|
||||
(GLenum source,
|
||||
|
@ -58,7 +58,7 @@ GST_GL_EXT_BEGIN (khr_debug,
|
|||
GST_GL_API_OPENGL3,
|
||||
4, 3,
|
||||
255, 255,
|
||||
"KHR\0",
|
||||
"KHR:\0KHR\0",
|
||||
"debug\0")
|
||||
GST_GL_EXT_FUNCTION (void, PushDebugGroup,
|
||||
(GLenum source,
|
||||
|
|
Loading…
Reference in a new issue