mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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.