-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Add a WinitSettings::continuous
constructor
#20754
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
base: main
Are you sure you want to change the base?
Add a WinitSettings::continuous
constructor
#20754
Conversation
…as fast as possible regardless of whether its window has focus.
WinitSettings::continuous
constructor, set all stress tests to use continuous update modesWinitSettings::continuous
constructor
Co-authored-by: James Liu <[email protected]>
we wanted to avoid having this kind of things in Bevy main... the idea that floated for a while was to do a common rust file in the stress tests folder that would be imported by all and do the setup correctly edit: I somehow reviewed the commit before the previous suggestion were it was mentioning stress tests, it's better now 🙂 |
Yeah initially I wrote it that way as well, then somehow circled around and thought myself into to adding the bit about stress tests 😅 |
Objective
WinitSettings
for the continuous update mode used by the stress tests.Solution