[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:
@@ -443,7 +443,7 @@ bool CapabilitiesVK::SupportsMemorylessTextures() const {
|
||||
|
||||
// |Capabilities|
|
||||
bool CapabilitiesVK::SupportsPipelinesWithNoColorAttachments() const {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
// |Capabilities|
|
||||
|
||||
Reference in New Issue
Block a user