Commit 860369fc by Alexis Hetu Committed by Alexis Hétu

Enable vertexPipelineStoresAndAtomics feature

Bug b/140294254 Test: dEQP-VK.binding_model.* Test: dEQP-VK.glsl.atomic_operations.* Test: dEQP-VK.robustness.vertex_access.* Test: dEQP-VK.synchronization.op.single_queue.* Change-Id: I5f3cd246d93b6550a2ad982f1c838ad9c02d3858 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/35789Tested-by: 's avatarAlexis Hétu <sugoi@google.com> Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Kokoro-Presubmit: kokoro <noreply+kokoro@google.com>
parent f9c8d5fd
...@@ -56,7 +56,7 @@ const VkPhysicalDeviceFeatures& PhysicalDevice::getFeatures() const ...@@ -56,7 +56,7 @@ const VkPhysicalDeviceFeatures& PhysicalDevice::getFeatures() const
VK_FALSE, // textureCompressionBC VK_FALSE, // textureCompressionBC
VK_FALSE, // occlusionQueryPrecise VK_FALSE, // occlusionQueryPrecise
VK_FALSE, // pipelineStatisticsQuery VK_FALSE, // pipelineStatisticsQuery
VK_FALSE, // vertexPipelineStoresAndAtomics VK_TRUE, // vertexPipelineStoresAndAtomics
VK_TRUE, // fragmentStoresAndAtomics VK_TRUE, // fragmentStoresAndAtomics
VK_FALSE, // shaderTessellationAndGeometryPointSize VK_FALSE, // shaderTessellationAndGeometryPointSize
VK_FALSE, // shaderImageGatherExtended VK_FALSE, // shaderImageGatherExtended
......
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