mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Compatibility with old ATI drivers (#1397)
This commit is contained in:
committed by
Branimir Karadžić
parent
b40f6bf501
commit
a68d3387fb
@@ -1696,6 +1696,7 @@ BX_TRACE("%d, %d, %d, %s", _array, _srgb, _mipAutogen, getName(_format) );
|
||||
{ "NVIDIA Corporation", BGFX_PCI_ID_NVIDIA },
|
||||
{ "Advanced Micro Devices, Inc.", BGFX_PCI_ID_AMD },
|
||||
{ "Intel", BGFX_PCI_ID_INTEL },
|
||||
{ "ATI Technologies Inc.", BGFX_PCI_ID_AMD },
|
||||
};
|
||||
|
||||
struct Workaround
|
||||
|
||||
Reference in New Issue
Block a user