android: Custom driver code
This commit is contained in:
@@ -15,9 +15,9 @@ std::vector<QString> GetVulkanPhysicalDevices() {
|
||||
const QString name = QString::fromLocal8Bit(physical_device.getProperties().deviceName);
|
||||
result.push_back(name);
|
||||
}
|
||||
} catch (...) {
|
||||
LOG_ERROR(Frontend, "Error occured while querying for physical devices.");
|
||||
} catch (const std::runtime_error& err) {
|
||||
LOG_ERROR(Frontend, "Error occured while querying for physical devices: {}", err.what());
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user