Integrating github/staging through commit ab87ed9
This commit is contained in:
@@ -66,8 +66,10 @@ bool MultiLayerAlphaBlendPass::IsSupported()
|
||||
if (gpuVendor == RFT_HW_NVIDIA && driverVersion < NVIDIA_DRIVER_VERSION_THAT_FIXES_OIT_CRASH)
|
||||
{
|
||||
m_supported = SupportLevel::NOT_SUPPORTED;
|
||||
#if defined(AZ_ENABLE_TRACING)
|
||||
unsigned long majorDriverVersion = (driverVersion - driverVersion % 100) / 100;
|
||||
unsigned long minorDriverVersion = driverVersion % 100;
|
||||
#endif
|
||||
AZ_Warning("Rendering", false, "Multi-layer alpha blend is currently disabled on NVIDIA hardware with driver version < 398.82 due to a bug in the NVIDIA driver that leads to a device timeout. The currently installed driver version is %lu.%lu. Update your driver version to 398.82 or later to use this feature.", majorDriverVersion, minorDriverVersion);
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user