[Impeller] disable buffer to texture blit for Vulkan. (flutter/engine#42686)

This fixes some f'd up ness in the images. Will need to debug this separately on Android. For now, we can just turn it off in the caps.
This commit is contained in:
Jonah Williams
2023-06-09 08:53:56 -07:00
committed by GitHub
parent 28a75b52ef
commit fb0c47c6ec

View File

@@ -328,7 +328,7 @@ bool CapabilitiesVK::SupportsSSBO() const {
// |Capabilities|
bool CapabilitiesVK::SupportsBufferToTextureBlits() const {
return true;
return false;
}
// |Capabilities|