Files
o3de/Gems/Atom/RHI/Registry/Platform/Windows/PhysicalDeviceDriverInfo.setreg
2021-10-07 11:00:28 -07:00

55 lines
1.9 KiB
Plaintext

//
// Copyright (c) Contributors to the Open 3D Engine Project.
// For complete copyright and license terms please see the LICENSE at the root of this distribution.
//
// SPDX-License-Identifier: Apache-2.0 OR MIT
//
//
//
{
"O3DE":
{
"Atom":
{
"RHI":
{
"PhysicalDeviceDriverInfo":
{
"$type": "AZ::RHI::PhysicalDeviceDriverValidator",
"DriverInfo":
{
"nVidia":
{
// Acceptable version format:
// xx.xx.1x.xxxx e.g. 27.21.14.5687
// xxx.xx e.g. 456.87
"$type": "AZ::RHI::PhysicalDeviceDriverInfo",
"vendor": "nVidia",
"minVersion": "441.66",
"versionsWithIssues": ["460.79", "460.89"]
},
"Intel":
{
// Acceptable version format:
// xx.xx.1xx.xxxx e.g. 25.20.100.6793
// xx.xxxx e.g. 100.6793
"$type": "AZ::RHI::PhysicalDeviceDriverInfo",
"vendor": "Intel",
"minVersion": "0.0",
"versionWithIssues": []
},
"AMD":
{
"$type": "AZ::RHI::PhysicalDeviceDriverInfo",
"vendor": "AMD",
"minVersion": "0.0.0",
"versionWithIssues": []
}
}
}
}
}
}
}