mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
[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:
parent
61b006d0ed
commit
b5ee961e4f
@ -443,7 +443,7 @@ bool CapabilitiesVK::SupportsMemorylessTextures() const {
|
||||
|
||||
// |Capabilities|
|
||||
bool CapabilitiesVK::SupportsPipelinesWithNoColorAttachments() const {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
// |Capabilities|
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user