diff options
| author | Micha White <botahamec@outlook.com> | 2023-02-05 12:44:37 -0500 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2023-02-05 12:44:37 -0500 |
| commit | 7c3956da9005e204f8b140cd569022568de53824 (patch) | |
| tree | 31821716f946499cfbafe7d38f8c6c7d07df5634 /alligator_render/examples/bunnymark.rs | |
| parent | 699fe35086d38b5e70cd476232bb79554cd39511 (diff) | |
Allow for buffers larger than 256 MB
Diffstat (limited to 'alligator_render/examples/bunnymark.rs')
| -rw-r--r-- | alligator_render/examples/bunnymark.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alligator_render/examples/bunnymark.rs b/alligator_render/examples/bunnymark.rs index 55feb86..1579cf0 100644 --- a/alligator_render/examples/bunnymark.rs +++ b/alligator_render/examples/bunnymark.rs @@ -132,7 +132,7 @@ fn main() { // configure the render window let render_config = RenderWindowConfig { title: "BunnyMark", - instance_capacity: 5_000_000, + instance_capacity: 150_000, default_width: NonZeroU32::new(1280).unwrap(), default_height: NonZeroU32::new(720).unwrap(), vsync: false, |
