Reactivate AMD buffer_device_address workaround

This commit is contained in:
baldurk
2021-01-04 12:57:23 +00:00
parent b98c1f956e
commit 8697aec4f4
+2 -3
View File
@@ -967,9 +967,8 @@ VkDriverInfo::VkDriverInfo(const VkPhysicalDeviceProperties &physProps)
if(m_Vendor == GPUVendor::AMD)
{
// driver 20.11.3 which is vulkan version >= 2.0.168 contains the fix
if(physProps.driverVersion < VK_MAKE_VERSION(2, 0, 168))
amdBDABrokenDriver = true;
// not yet fully fixed
amdBDABrokenDriver = true;
}
#endif