diff options
| author | Micha White <botahamec@outlook.com> | 2023-01-29 15:43:58 -0500 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2023-01-29 15:43:58 -0500 |
| commit | 483b1a2238edf41537681f797c4fce1212b992b4 (patch) | |
| tree | 8a77a6b6e05b7b6b7e0c38ae9b29ac3907a73440 /alligator_render/examples/black.rs | |
| parent | 4b97a5e10d2c11b0603b31f45e56004eca0c98c2 (diff) | |
Optimize bunnymark
Diffstat (limited to 'alligator_render/examples/black.rs')
| -rw-r--r-- | alligator_render/examples/black.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alligator_render/examples/black.rs b/alligator_render/examples/black.rs index b8846ca..106e0f0 100644 --- a/alligator_render/examples/black.rs +++ b/alligator_render/examples/black.rs @@ -6,6 +6,7 @@ fn update(_renderer: &mut Renderer) {} fn main() { let start = std::time::Instant::now(); + // configure the render window let config = RenderWindowConfig { //vsync: false, |
