Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit bcda9a5

Browse files
authored
[Impeller] Disable color attachment removal for clips on VK (#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.
1 parent 3e8c7a9 commit bcda9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impeller/renderer/backend/vulkan/capabilities_vk.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ bool CapabilitiesVK::SupportsMemorylessTextures() const {
443443

444444
// |Capabilities|
445445
bool CapabilitiesVK::SupportsPipelinesWithNoColorAttachments() const {
446-
return true;
446+
return false;
447447
}
448448

449449
// |Capabilities|

0 commit comments

Comments
 (0)