mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Reactivate AMD buffer_device_address workaround
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user