GPU: rename ffGetGPUVendorString to ffGPUGetVendorString

This commit is contained in:
Carter Li
2024-12-28 15:26:17 +08:00
parent 9342d74c93
commit ddce9b2357
11 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ const char* FF_GPU_VENDOR_NAME_MICROSOFT = "Microsoft";
const char* FF_GPU_VENDOR_NAME_REDHAT = "RedHat";
const char* FF_GPU_VENDOR_NAME_ORACLE = "Oracle";
const char* ffGetGPUVendorString(unsigned vendorId)
const char* ffGPUGetVendorString(unsigned vendorId)
{
// https://devicehunt.com/all-pci-vendors
switch (vendorId)