Intel iGPU needs workaround on Windows

This commit is contained in:
Anuskuss 2019-11-15 09:04:21 +01:00 committed by kd-11
parent fcc841eaa1
commit 7e31c30133
1 changed files with 4 additions and 1 deletions

View File

@ -2271,8 +2271,11 @@ public:
{
case driver_vendor::AMD:
break;
case driver_vendor::NVIDIA:
case driver_vendor::INTEL:
#ifdef _WIN32
break;
#endif
case driver_vendor::NVIDIA:
case driver_vendor::RADV:
m_wm_reports_flag = true;
break;