mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 10:02:24 +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;
|
||||
}
|
||||
|
||||
// We know for fact that the INtel Iris is problematic...
|
||||
if ((gpuModel.find("Intel Iris") != std::string::npos)) {
|
||||
return false;
|
||||
}
|
||||
// We know for fact that one INtel Iris is problematic, not enough info yet for sure
|
||||
// if ((gpuModel.find("Intel Iris ....") != std::string::npos)) {
|
||||
// return false;
|
||||
//}
|
||||
|
||||
return true;
|
||||
#elif defined(Q_OS_ANDROID)
|
||||
|
|
Loading…
Reference in a new issue