Browse Source

Platform: separate the implicit engine startup log from the rest.

pull/362/head
Vladimír Vondruš 7 years ago
parent
commit
4e20d22c4b
  1. 2
      src/Magnum/Platform/gl-info.cpp

2
src/Magnum/Platform/gl-info.cpp

@ -323,6 +323,8 @@ MagnumInfo::MagnumInfo(const Arguments& arguments): Platform::WindowlessApplicat
createContext();
GL::Context& c = GL::Context::current();
Debug() << "";
#ifndef MAGNUM_TARGET_GLES
Debug() << "Core profile:" << (c.isCoreProfile() ? "yes" : "no");
#endif

Loading…
Cancel
Save