bevy/examples/stress_tests
Elabajaba 72e7358636 Disable Vsync for stress tests. (#5187)
# 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.
2022-07-03 20:17:27 +00:00
..
bevymark.rs Camera Driven Rendering (#4745) 2022-06-02 00:12:17 +00:00
many_cubes.rs Disable Vsync for stress tests. (#5187) 2022-07-03 20:17:27 +00:00
many_foxes.rs Disable Vsync for stress tests. (#5187) 2022-07-03 20:17:27 +00:00
many_lights.rs Disable Vsync for stress tests. (#5187) 2022-07-03 20:17:27 +00:00
many_sprites.rs Disable Vsync for stress tests. (#5187) 2022-07-03 20:17:27 +00:00
transform_hierarchy.rs Camera Driven Rendering (#4745) 2022-06-02 00:12:17 +00:00