We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ccffe0 commit 70806caCopy full SHA for 70806ca
src/atta/graphics/apis/openGL/openGLAPI.cpp
@@ -34,8 +34,7 @@ void OpenGLAPI::startUp() {
34
LOG_INFO("gfx::gl::OpenGLAPI", " - Renderer: [*w]$0", glGetString(GL_RENDERER));
35
LOG_INFO("gfx::gl::OpenGLAPI", " - Version: [*w]$0", glGetString(GL_VERSION));
36
37
-#if defined(ATTA_DEBUG_BUILD) && !defined(ATTA_OS_WEB)
38
- // Enable Debug
+#if defined(ATTA_DEBUG_BUILD) && !defined(ATTA_OS_WEB) && !defined(ATTA_OS_MACOS)
39
glEnable(GL_DEBUG_OUTPUT);
40
glEnable(GL_DEBUG_OUTPUT_SYNCHRONOUS);
41
glDebugMessageCallback(
0 commit comments