mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 03:40:20 +02:00
FIlter on the gpu model name for ththe 2 known cases
This commit is contained in:
parent
d6f90c497f
commit
97236570d8
1 changed files with 4 additions and 4 deletions
|
@ -145,10 +145,10 @@ bool Profiler::isRenderMethodDeferredCapable() {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// We know for fact that the INtel Iris is problematic...
|
// We know for fact that one INtel Iris is problematic, not enough info yet for sure
|
||||||
if ((gpuModel.find("Intel Iris") != std::string::npos)) {
|
// if ((gpuModel.find("Intel Iris ....") != std::string::npos)) {
|
||||||
return false;
|
// return false;
|
||||||
}
|
//}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
#elif defined(Q_OS_ANDROID)
|
#elif defined(Q_OS_ANDROID)
|
||||||
|
|
Loading…
Reference in a new issue