mirror of
https://github.com/bevyengine/bevy
synced 2024-11-27 07:00:18 +00:00
72e7358636
# Objective Currently stress tests are vsynced. This is undesirable for a stress test, as you want to run them with uncapped framerates. ## Solution Ensure all stress tests are using PresentMode::Immediate if they render anything. |
||
---|---|---|
.. | ||
bevymark.rs | ||
many_cubes.rs | ||
many_foxes.rs | ||
many_lights.rs | ||
many_sprites.rs | ||
transform_hierarchy.rs |