mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
vk: Drop obsolete ANV workaround
This commit is contained in:
parent
0612b52881
commit
867153c5ea
@ -604,14 +604,6 @@ namespace vk
|
||||
}
|
||||
#endif
|
||||
|
||||
if (pgpu->get_driver_vendor() == driver_vendor::ANV &&
|
||||
pgpu->descriptor_indexing_support.update_after_bind_mask & (1 << VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER))
|
||||
{
|
||||
// Just disable robust access for now. I'll revisit after ARC launches.
|
||||
rsx_log.error("Robust buffer access is broken when enabled with EXT_descriptor_indexing on ANV");
|
||||
enabled_features.robustBufferAccess = VK_FALSE;
|
||||
}
|
||||
|
||||
VkDeviceCreateInfo device = {};
|
||||
device.sType = VK_STRUCTURE_TYPE_DEVICE_CREATE_INFO;
|
||||
device.pNext = nullptr;
|
||||
|
Loading…
Reference in New Issue
Block a user