aboutsummaryrefslogtreecommitdiff
path: root/src/layout/closing_window.rs
AgeCommit message (Collapse)Author
2024-05-04Extract RenderTarget::should_block_out()Ivan Molodetskikh
2024-04-13Unify Animation- and RenderSnapshotIvan Molodetskikh
2024-04-12Add render_to_encompassing_texture()Ivan Molodetskikh
2024-04-10Use clamped animations where it makes senseIvan Molodetskikh
2024-04-10Reimplement window closing anim in an efficient wayIvan Molodetskikh
- Keep a root surface cache to be accessible in surface destroyed() - Only snapshot during / right before closing, rather than every frame - Store textures rather than elements to handle scale and alpha properly
2024-04-09Implement window closing animationsIvan Molodetskikh