Re-capitalised "nVidia" to "NVIDIA" where applicable. A minor change, but it aids consistency and is now in-line with NVIDIA's own naming policy. You're welcome Jensen. (#3945)

This commit is contained in:
Nolram
2026-08-31 03:17:29 +02:00
committed by GitHub
parent 87ec6b86c6
commit a4af1f49dc
6 changed files with 8 additions and 8 deletions

View File

@@ -173,7 +173,7 @@ static const char* getPciIdName(uint16_t _pciId)
case BGFX_PCI_ID_ARM: return "ARM";
case BGFX_PCI_ID_INTEL: return "Intel";
case BGFX_PCI_ID_MICROSOFT: return "Microsoft";
case BGFX_PCI_ID_NVIDIA: return "Nvidia";
case BGFX_PCI_ID_NVIDIA: return "NVIDIA";
case BGFX_PCI_ID_SOFTWARE_RASTERIZER: return "Software Rasterizer";
default: break;
}