Jonah Williams e203f1d40b [Impeller] one descriptor pool per frame. (flutter/engine#55939)
Creating descriptor pools is expensive, no need to have more than one per frame.

The lifecycle of the descriptor pool is exactly the same as the cmd pool, which indicates that we can probably do some consolidation/refactoring in the future.

Fixes https://github.com/flutter/flutter/issues/157115
2024-10-18 17:50:08 +00:00
..