Jonah Williams fe8dfc3e19 [Impeller] immediately encode blit commands for Metal. (flutter/engine#52795)
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.
2024-05-14 18:04:18 +00:00
..