mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
3a41272cba
448: Fix framebuffers not always being cleaned up if invalid r=kvark a=LaylConway This changes framebuffers to be cleaned up if only one view is cleaned up, instead of if all views are cleaned up. This is necessary because currently, at least for me, swapchain images will have a different view every frame. This means that if other views continue to exist between frames, the resulting framebuffers will never be cleaned up. Fixes #447 Co-authored-by: Layl <2385329-layl@users.noreply.gitlab.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |