VulkanDevice: Disable VK_KHR_dynamic_rendering_local_read on AMD

Like everything else on RDNA3, it appears to be broken and causes GPU
hangs/resets.
This commit is contained in:
Stenzek
2024-06-10 17:44:06 +10:00
parent 0879dff93a
commit f41c238c53
2 changed files with 33 additions and 16 deletions

View File

@ -305,6 +305,9 @@ private:
/// Returns true if running on an NVIDIA GPU.
bool IsDeviceNVIDIA() const;
/// Returns true if running on an AMD GPU.
bool IsDeviceAMD() const;
// Vendor queries.
bool IsDeviceAdreno() const;
bool IsDeviceMali() const;