Browse Source

Platform: show MAGNUM_TARGET_WEBGL in magnum-info.

pull/51/head
Vladimír Vondruš 12 years ago
parent
commit
2cb165d63a
  1. 3
      src/Magnum/Platform/magnum-info.cpp

3
src/Magnum/Platform/magnum-info.cpp

@ -131,6 +131,9 @@ MagnumInfo::MagnumInfo(const Arguments& arguments): Platform::WindowlessApplicat
#ifdef MAGNUM_TARGET_DESKTOP_GLES
Debug() << " MAGNUM_TARGET_DESKTOP_GLES";
#endif
#ifdef MAGNUM_TARGET_WEBGL
Debug() << " MAGNUM_TARGET_WEBGL";
#endif
Debug() << "";
/* Create context here, so the context creation info is displayed at proper

Loading…
Cancel
Save