mirror of https://github.com/axmolengine/axmol.git
Refine extensions output.
This commit is contained in:
parent
70561f2c0e
commit
5778ac9da1
|
@ -112,7 +112,7 @@ std::string Configuration::getInfo() const
|
|||
void Configuration::gatherGPUInfo()
|
||||
{
|
||||
auto _deviceInfo = backend::Device::getInstance()->getDeviceInfo();
|
||||
CCLOG("weichao %s",_deviceInfo->getExtension());
|
||||
CCLOG("Supported extensions: %s",_deviceInfo->getExtension());
|
||||
|
||||
_valueDict["vendor"] = Value(_deviceInfo->getVendor());
|
||||
_valueDict["renderer"] = Value(_deviceInfo->getRenderer());
|
||||
|
|
Loading…
Reference in New Issue