Commit b798cfa3 by Nicolas Capens Committed by Nicolas Capens

Enable the shaderStorageImageArrayDynamicIndexing feature

Bug: b/146166966 Bug: angleproject:4071 Change-Id: Ib2c69de7fb00ae1917b657840f7c456792f804f6 Tests: dEQP-VK.* Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/44531Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com> Tested-by: 's avatarNicolas Capens <nicolascapens@google.com>
parent fe636858
......@@ -104,7 +104,7 @@ const VkPhysicalDeviceFeatures &PhysicalDevice::getFeatures() const
VK_TRUE, // shaderUniformBufferArrayDynamicIndexing
VK_TRUE, // shaderSampledImageArrayDynamicIndexing
VK_TRUE, // shaderStorageBufferArrayDynamicIndexing
VK_FALSE, // shaderStorageImageArrayDynamicIndexing
VK_TRUE, // shaderStorageImageArrayDynamicIndexing
VK_TRUE, // shaderClipDistance
VK_TRUE, // shaderCullDistance
VK_FALSE, // shaderFloat64
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment