-
Notifications
You must be signed in to change notification settings - Fork 4
Feature request: interative resize event #69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Which backend are you using? Qt? Glfw? |
Glfw. I did not test with others. |
Yeah glfw does this. I just looked into this, seeing if there's a way to "fix" that, but no luck. During resizing, the |
Oh wait, maybe ... https://stackoverflow.com/a/56614042/2271927 |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey team,
I noticed the "resize" event is fired on mouse release.
This causes the surface to stretch while I'm dragging the window border.
Is there a way to make the event fire every frame while the user drags the border?
Here's a recording comparing RenderCanvas to Winit running the same shader:
https://www.loom.com/share/12f9b9adbe324fcda8ae5dc708c35943
The text was updated successfully, but these errors were encountered: