mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
KHR_buffer_device_address is fixed in AMD driver 20.11.3
This commit is contained in:
@@ -973,8 +973,9 @@ VkDriverInfo::VkDriverInfo(const VkPhysicalDeviceProperties &physProps)
|
||||
|
||||
if(m_Vendor == GPUVendor::AMD)
|
||||
{
|
||||
// not yet fixed
|
||||
amdBDABrokenDriver = true;
|
||||
// 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;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user