Commit 0a9fbfe1 by Chris Forbes

Advertise variableMultisampleRate feature

We use the sample count from the pipeline in all cases, so we don't have to do anything special for this. Bug: b/146387550 Change-Id: I1f1fd33a257bcb9d528efef94d0c919a42d56400 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/39608Tested-by: 's avatarChris Forbes <chrisforbes@google.com> Kokoro-Presubmit: kokoro <noreply+kokoro@google.com> Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com>
parent 45c697aa
......@@ -98,7 +98,7 @@ const VkPhysicalDeviceFeatures &PhysicalDevice::getFeatures() const
VK_FALSE, // sparseResidency8Samples
VK_FALSE, // sparseResidency16Samples
VK_FALSE, // sparseResidencyAliased
VK_FALSE, // variableMultisampleRate
VK_TRUE, // variableMultisampleRate
VK_FALSE, // inheritedQueries
};
......
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