clay
clay copied to clipboard
Render while resizing
Hi!
What are my options if I want to allow rendering while resizing?
Could the rendering be threaded, or does it with sdl?
From what I remember of using SDL it depends a bit on which platform you are using it on and how you get the resize events. Regardless this is more of an sdl issue than clay.
Switch to SDL3 + main callbacks instead of main(). It's working already. It will likely never work in SDL2.
Regardless this is more of an sdl issue than clay.
Agreed, this issue should probably be closed.