vk: Check_window_status fixups

Intel ANV has been tested and verified to work without workaround
AMDVLK and the proprietary AMD driver have been confirmed to require workaround for window resizing
This commit is contained in:
Malcolm Jestadt 2019-05-22 22:26:42 -04:00 committed by kd-11
parent d616ce223c
commit 6ab3011eef

View file

@ -2025,11 +2025,8 @@ public:
#endif
break;
case driver_vendor::AMD:
#ifdef _WIN32
break;
#endif
case driver_vendor::INTEL:
// Untested
case driver_vendor::RADV:
m_wm_reports_flag = true;
break;