mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 07:27:04 +02:00
Changing the default Intel GPU platform profile from mid to low
This commit is contained in:
parent
7e91fe9e8b
commit
da491bc577
1 changed files with 2 additions and 2 deletions
|
@ -97,8 +97,8 @@ bool filterOnProcessors(const platform::json& computer, const platform::json& cp
|
||||||
|
|
||||||
// intel integrated graphics
|
// intel integrated graphics
|
||||||
if (gpuVendor.find(keys::gpu::vendor_Intel) != std::string::npos) {
|
if (gpuVendor.find(keys::gpu::vendor_Intel) != std::string::npos) {
|
||||||
// go mid because GPU
|
// go LOW because Intel GPU
|
||||||
tier = Profiler::Tier::MID;
|
tier = Profiler::Tier::LOW;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
// AMD gpu
|
// AMD gpu
|
||||||
|
|
Loading…
Reference in a new issue