VulkanDevice: Backport buggy NVIDIA driver workarounds from PCSX2
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user