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