MaterialSystem: fix incorrect vendor constant for AMD graphics hardware

Users have reported that AMD Anti-Lag 2 didn't work. The issue turned out to be the incorrect vendor constant. After this patch the Anti-Lag 2 implementation appears to work perfectly.

This constant is used to check if installed (and currently selected) hardware is of target vendor before making any driver API calls.
This commit is contained in:
Kawe Mazidjatari 2025-01-07 22:04:00 +01:00
parent 1a5a77f9c8
commit 5d000db867

View File

@ -2,7 +2,7 @@
#define IMATERIALSYSTEM_H
#define NVIDIA_VENDOR_ID 0x10DE
#define AMD_VENDOR_ID 0x10EE
#define AMD_VENDOR_ID 0x1002
//-----------------------------------------------------------------------------
// Material adapter info..