mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Metal equivalent of https://github.com/flutter/engine/pull/52794 No need to defer encoding of blit commands when the command encoder already defers execution until we submit the command buffer. Removes extra indirection and heap allocation.