mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-04 05:41:06 +00:00
Identify Google Swiftshader and Microsoft WARP PCI vendor IDs
This commit is contained in:
@@ -1452,6 +1452,8 @@ constexpr GPUVendor GPUVendorFromPCIVendor(uint32_t vendorID)
|
||||
: vendorID == 0x8086 ? GPUVendor::Intel
|
||||
: vendorID == 0x10DE ? GPUVendor::nVidia
|
||||
: vendorID == 0x5143 ? GPUVendor::Qualcomm
|
||||
: vendorID == 0x1AE0 ? GPUVendor::Software // Google Swiftshader
|
||||
: vendorID == 0x1414 ? GPUVendor::Software // Microsoft WARP
|
||||
: GPUVendor::Unknown;
|
||||
// clang-format on
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user