VulkanDevice: Backport buggy NVIDIA driver workarounds from PCSX2

This commit is contained in:
Stenzek
2024-04-30 21:30:41 +10:00
parent 25f725c263
commit cbe95b281a
2 changed files with 53 additions and 14 deletions

View File

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