|
|
|
@ -275,6 +275,9 @@ MagnumInfo::MagnumInfo(const Arguments& arguments): Platform::WindowlessApplicat |
|
|
|
createContext(); |
|
|
|
createContext(); |
|
|
|
Context& c = Context::current(); |
|
|
|
Context& c = Context::current(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef MAGNUM_TARGET_GLES |
|
|
|
|
|
|
|
Debug() << "Core profile:" << (c.isCoreProfile() ? "yes" : "no"); |
|
|
|
|
|
|
|
#endif |
|
|
|
Debug() << "Context flags:"; |
|
|
|
Debug() << "Context flags:"; |
|
|
|
for(const auto flag: {Context::Flag::Debug, |
|
|
|
for(const auto flag: {Context::Flag::Debug, |
|
|
|
Context::Flag::NoError, |
|
|
|
Context::Flag::NoError, |
|
|
|
|