mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-29 11:35:42 -04:00
Frontend: Disable KHR_debug for speed
This commit is contained in:
parent
36fbc4523d
commit
c1e9617c77
@ -267,7 +267,7 @@ bool OpenGLHostDisplay::CreateGLContext()
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 1
|
#if 0
|
||||||
if (GLAD_GL_KHR_debug)
|
if (GLAD_GL_KHR_debug)
|
||||||
{
|
{
|
||||||
glad_glDebugMessageCallbackKHR(GLDebugCallback, nullptr);
|
glad_glDebugMessageCallbackKHR(GLDebugCallback, nullptr);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user