diff options
Diffstat (limited to 'main/debug.cpp')
-rw-r--r-- | main/debug.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/debug.cpp b/main/debug.cpp index e5b3c2cf..14f6131e 100644 --- a/main/debug.cpp +++ b/main/debug.cpp @@ -59,6 +59,7 @@ static void _debug_callback(GL::DebugOutput::Source src, GL::DebugOutput::Type t void main_impl::register_debug_callback() { + GL::DebugOutput::setEnabled(GL::DebugOutput::Source::Api, GL::DebugOutput::Type::Other, {131185}, false); // nvidia krap GL::DebugOutput::setCallback(_debug_callback, this); } |