Refine extensions output.

This commit is contained in:
halx99 2020-02-14 16:03:58 +08:00
parent 70561f2c0e
commit 5778ac9da1
1 changed files with 1 additions and 1 deletions

View File

@ -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());