turnip: enable cube arrays
[mesa.git] / src / freedreno / vulkan / tu_device.c
index 77794eb3733e20c825a9fd95ffb8a08f11409417..da8d8ed6a1daffc039ea99e314d0cacdbbb6f3c7 100644 (file)
@@ -584,7 +584,7 @@ tu_GetPhysicalDeviceFeatures(VkPhysicalDevice physicalDevice,
    *pFeatures = (VkPhysicalDeviceFeatures) {
       .robustBufferAccess = false,
       .fullDrawIndexUint32 = true,
-      .imageCubeArray = false,
+      .imageCubeArray = true,
       .independentBlend = true,
       .geometryShader = true,
       .tessellationShader = false,