Browse Source

Platform: include GL 4.5 and ES 3.1 in magnum-info output.

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

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

@ -245,8 +245,10 @@ MagnumInfo::MagnumInfo(const Arguments& arguments): Platform::WindowlessApplicat
Version::GL420,
Version::GL430,
Version::GL440,
Version::GL450,
#else
Version::GLES300,
Version::GLES310,
#endif
Version::None
};

Loading…
Cancel
Save