Browse Source

Platform: print detected driver in magnum-info.

pull/203/merge
Vladimír Vondruš 9 years ago
parent
commit
fd683e4ca7
  1. 1
      src/Magnum/Platform/magnum-info.cpp

1
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<std::string> shadingLanguageVersions = c.shadingLanguageVersionStrings();

Loading…
Cancel
Save