You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every time I resize the window, I have to create a new UnsafeWindowSurface.
This causes an extremely high memory leak.
So, adding a resize function to UnsafeWindowSurface would be a good improvement.
Thank you.