turnip: enable cube arrays

Passes dEQP-VK.pipeline.sampler.view_type.cube_array.*

Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4663>
This commit is contained in:
Jonathan Marek 2020-04-20 17:57:22 -04:00 committed by Marge Bot
parent 9daeb50454
commit a77e2ac835
1 changed files with 1 additions and 1 deletions

View 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,