Jonah Williams 7df4674f94 [Impeller] add missing std::move in setup depth stencil. (flutter/engine#50750)
We copy the std::shared_ptr since both the stencil and depth attachments need to reference this shared ptr. The second usage can still be moved to avoid a shared_ptr release.
2024-02-20 17:29:19 +00:00
..