Add Quadro to fast version of VK get_driver_vendor

This commit is contained in:
Megamouse 2020-11-03 16:39:10 +01:00
parent 91b8e7504e
commit 027eba2b59

View File

@ -754,7 +754,7 @@ private:
return driver_vendor::AMD;
}
if (gpu_name.find("NVIDIA") != umax || gpu_name.find("GeForce") != umax)
if (gpu_name.find("NVIDIA") != umax || gpu_name.find("GeForce") != umax || gpu_name.find("Quadro") != umax)
{
return driver_vendor::NVIDIA;
}