From fd683e4ca71c0e85d4636432a56f29eb7b6278f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 26 Apr 2017 18:21:00 +0200 Subject: [PATCH] Platform: print detected driver in magnum-info. --- src/Magnum/Platform/magnum-info.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Magnum/Platform/magnum-info.cpp b/src/Magnum/Platform/magnum-info.cpp index 56c82bb2a..d4894c07c 100644 --- a/src/Magnum/Platform/magnum-info.cpp +++ b/src/Magnum/Platform/magnum-info.cpp @@ -279,6 +279,7 @@ MagnumInfo::MagnumInfo(const Arguments& arguments): Platform::WindowlessApplicat Debug() << "Core profile:" << (c.isCoreProfile() ? "yes" : "no"); #endif Debug() << "Context flags:" << c.flags(); + Debug() << "Detected driver:" << c.detectedDriver(); Debug() << "Supported GLSL versions:"; const std::vector shadingLanguageVersions = c.shadingLanguageVersionStrings();