aboutsummaryrefslogtreecommitdiff
path: root/src/render_helpers/surface.rs
AgeCommit message (Collapse)Author
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