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:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user