Frontend: Disable KHR_debug for speed

This commit is contained in:
Connor McLaughlin 2019-12-06 21:57:24 +10:00
parent 36fbc4523d
commit c1e9617c77
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ bool OpenGLHostDisplay::CreateGLContext()
return false;
}
#if 1
#if 0
if (GLAD_GL_KHR_debug)
{
glad_glDebugMessageCallbackKHR(GLDebugCallback, nullptr);