mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-09-03 17:08:27 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user