mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
RenderPass holds a list of BufferViews that may hold raw pointers to DeviceBuffers. HostBuffers and the underlying DeviceBuffers must not be deleted until the RenderPass is no longer using them. See https://github.com/flutter/flutter/issues/181287