diff --git a/src/vulkan/anv_device.c b/src/vulkan/anv_device.c index 1e0bfb080d9..09aca1ab1e9 100644 --- a/src/vulkan/anv_device.c +++ b/src/vulkan/anv_device.c @@ -336,7 +336,7 @@ void anv_GetPhysicalDeviceFeatures( anv_finishme("Get correct values for PhysicalDeviceFeatures"); *pFeatures = (VkPhysicalDeviceFeatures) { - .robustBufferAccess = false, + .robustBufferAccess = true, .fullDrawIndexUint32 = false, .imageCubeArray = false, .independentBlend = false,