From 7c3956da9005e204f8b140cd569022568de53824 Mon Sep 17 00:00:00 2001 From: Micha White Date: Sun, 5 Feb 2023 12:44:37 -0500 Subject: Allow for buffers larger than 256 MB --- alligator_render/examples/bunnymark.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alligator_render/examples') 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, -- cgit v1.2.3