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();