|
|
@ -220,8 +220,7 @@ public: |
|
|
} |
|
|
} |
|
|
PauseCounter(); |
|
|
PauseCounter(); |
|
|
const auto driver_id = device.GetDriverID(); |
|
|
const auto driver_id = device.GetDriverID(); |
|
|
if (driver_id == VK_DRIVER_ID_QUALCOMM_PROPRIETARY || |
|
|
|
|
|
driver_id == VK_DRIVER_ID_ARM_PROPRIETARY || driver_id == VK_DRIVER_ID_MESA_TURNIP) { |
|
|
|
|
|
|
|
|
if (driver_id == VK_DRIVER_ID_ARM_PROPRIETARY || driver_id == VK_DRIVER_ID_MESA_TURNIP) { |
|
|
pending_sync.clear(); |
|
|
pending_sync.clear(); |
|
|
sync_values_stash.clear(); |
|
|
sync_values_stash.clear(); |
|
|
return; |
|
|
return; |
|
|
|