Jonah Williams 574bb3b0f4 [Impeller] check if memory type is host coherent, avoid flush. (flutter/engine#56350)
Fixes https://github.com/flutter/flutter/issues/137454

Host coherent memory does not need to be flushed. Almost all mobile devices will have host coherent memory for us to write to, but we still need check because of swiftshader and/or desktop at some point.
2024-11-04 21:13:37 +00:00
..