diff --git a/src/intel/vulkan/anv_physical_device.c b/src/intel/vulkan/anv_physical_device.c index 3dc9cfc8e8e..c00d27eb190 100644 --- a/src/intel/vulkan/anv_physical_device.c +++ b/src/intel/vulkan/anv_physical_device.c @@ -491,7 +491,7 @@ get_features(const struct anv_physical_device *pdevice, .storageBuffer16BitAccess = !pdevice->instance->no_16bit, .uniformAndStorageBuffer16BitAccess = !pdevice->instance->no_16bit, .storagePushConstant16 = true, - .storageInputOutput16 = false, + .storageInputOutput16 = true, .multiview = true, .multiviewGeometryShader = true, .multiviewTessellationShader = true,