mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
GL: fixed GL_DEBUG_* define name.
This commit is contained in:
parent
d3a526a92b
commit
775ae7f61b
1 changed files with 1 additions and 1 deletions
|
@ -2333,7 +2333,7 @@ namespace bgfx
|
|||
if (s_extension[Extension::ARB_debug_output].m_supported)
|
||||
{
|
||||
GL_CHECK(glDebugMessageCallbackARB(debugProcCb, NULL) );
|
||||
GL_CHECK(glDebugMessageControlARB(GL_DONT_CARE, GL_DONT_CARE, GL_DEBUG_SEVERITY_MEDIUM, 0, NULL, GL_TRUE) );
|
||||
GL_CHECK(glDebugMessageControlARB(GL_DONT_CARE, GL_DONT_CARE, GL_DEBUG_SEVERITY_MEDIUM_ARB, 0, NULL, GL_TRUE) );
|
||||
}
|
||||
#endif // BGFX_CONFIG_RENDERER_OPENGL
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue