diff --git a/src/panfrost/vulkan/panvk_physical_device.c b/src/panfrost/vulkan/panvk_physical_device.c index 44d1aeb302e..d73e93c46b1 100644 --- a/src/panfrost/vulkan/panvk_physical_device.c +++ b/src/panfrost/vulkan/panvk_physical_device.c @@ -272,7 +272,7 @@ get_features(const struct panvk_physical_device *device, .depthBiasClamp = true, .robustBufferAccess = true, .fullDrawIndexUint32 = true, - .imageCubeArray = true, + .imageCubeArray = arch >= 10, .independentBlend = true, .sampleRateShading = true, .logicOp = true,