-
Notifications
You must be signed in to change notification settings - Fork 15
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
Window resizing lags in v0.9.2 #69
Comments
One of the things updated in 0.9.2 was the I've been putting off this work because everything works fine for regular games and programs which request very similar resources each frame. Resize breaks this. Also a lot of the toys I've been making are resolution independent and don't have this issue during resize. I think the I will create a PR soon with some ideas, and I am glad you enjoy Screen-13! |
I wasn't able to repro on Ubuntu but I finally got to a Windows machine and it repro'd right away. The issue is that I used OpTick profiler to debug the issue: cargo run --example triangle --features profile-with-optick Once I upgraded the Nvidia driver from If you are on Nvidia hardware is this something you can try? |
Oh damn, should have come up with updating my drivers myself.. Sorry for wasting your time and thank you very much! |
I wanted to say thank you first. After dealing with Ash and Vulkano, Screen-13 is just pure fun to experiment with.
However, there is an issue when resizing the window in the latest version that results in freezes.
Just tried the triangle example and it happens here also. In 0.9.1 i had no such behavior.
OS: Windows 11
The text was updated successfully, but these errors were encountered: