tu: Expose shaderStorageImageExtendedFormats

We already supported all the formats on the list, so it's trivial to
enable.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6800>
This commit is contained in:
Connor Abbott 2020-09-21 13:34:10 +02:00 committed by Marge Bot
parent 5d3a72cd61
commit 205f4e9a57
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ tu_GetPhysicalDeviceFeatures(VkPhysicalDevice physicalDevice,
.fragmentStoresAndAtomics = true,
.shaderTessellationAndGeometryPointSize = false,
.shaderImageGatherExtended = false,
.shaderStorageImageExtendedFormats = false,
.shaderStorageImageExtendedFormats = true,
.shaderStorageImageMultisample = false,
.shaderUniformBufferArrayDynamicIndexing = true,
.shaderSampledImageArrayDynamicIndexing = true,