|
|
|
@ -95,9 +95,9 @@ MagnumInfo::MagnumInfo(int& argc, char** argv): WindowlessGlxApplication(argc, a |
|
|
|
if(c->isExtensionSupported(extension)) |
|
|
|
if(c->isExtensionSupported(extension)) |
|
|
|
d << "SUPPORTED"; |
|
|
|
d << "SUPPORTED"; |
|
|
|
else if(c->isVersionSupported(extension.requiredVersion())) |
|
|
|
else if(c->isVersionSupported(extension.requiredVersion())) |
|
|
|
d << " - "; |
|
|
|
d << " -"; |
|
|
|
else |
|
|
|
else |
|
|
|
d << " --- "; |
|
|
|
d << " ---"; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
Debug() << ""; |
|
|
|
Debug() << ""; |
|
|
|
|