We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed a performance regression with the new glutin code while running on Linux. I'm getting numbers that look like this:
New Windows: ~750 fps New Linux: ~50 fps Old Linux: ~250 fps
Same hardware for all of them. Windows 10 x64. Ubuntu 16.04 x64 with Nvidia 361.42 drivers.
Could be an issue with glutin maybe?
The text was updated successfully, but these errors were encountered:
That sounds like vsync + some input loop delays causing frame drops on top. Although, I'm not sure, just speculating.
Sorry, something went wrong.
No branches or pull requests
I noticed a performance regression with the new glutin code while running on Linux. I'm getting numbers that look like this:
New Windows: ~750 fps
New Linux: ~50 fps
Old Linux: ~250 fps
Same hardware for all of them. Windows 10 x64. Ubuntu 16.04 x64 with Nvidia 361.42 drivers.
Could be an issue with glutin maybe?
The text was updated successfully, but these errors were encountered: