summaryrefslogtreecommitdiffhomepage
path: root/main/debug.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-26 19:33:06 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-26 19:33:06 +0200
commit8898bebd8dcb4361b35dde37bdf424d09b498d60 (patch)
treeb934672158ceda6ed42e0c7e63a5bc57318213a4 /main/debug.cpp
parenteb5097b993286ffe44214ad493db75e1749c8ec9 (diff)
simplify argv handling
Diffstat (limited to 'main/debug.cpp')
-rw-r--r--main/debug.cpp1
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);
}