[Impeller] Disable color attachment removal for clips on VK (flutter/engine#43905)

This is causing a validation failure on the Vulkan backend at ToT, as discovered by @jonahwilliams.

Need to figure out why this isn't getting hit in the Vulkan goldens.
This commit is contained in:
Brandon DeRosier 2023-07-21 13:17:05 -07:00 committed by GitHub
parent 61b006d0ed
commit b5ee961e4f

View File

@ -443,7 +443,7 @@ bool CapabilitiesVK::SupportsMemorylessTextures() const {
// |Capabilities|
bool CapabilitiesVK::SupportsPipelinesWithNoColorAttachments() const {
return true;
return false;
}
// |Capabilities|