sokol
sokol copied to clipboard
sokol_app.h: temp memory growth when resizing window
...but only with user-created offscreen render targets... to reproduce:
Start mrt_sapp with the Metal backend, resize and watch memory usage.
Currently the resized-event is fired in the windowDidResize event, check what happens if this is moved into the frame loop, just like on Windows.