gl/debug: desktop GL does not have the KHR suffixes

This commit is contained in:
Matthew Waters 2014-09-22 12:21:22 +10:00 committed by Tim-Philipp Müller
parent 821bc8da5b
commit 678e7b49b2

View file

@ -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,