Reduce INITIAL_INSTANCES in wgpu::quad to 2_000

This commit is contained in:
Héctor Ramón Jiménez 2023-05-19 04:07:53 +02:00
parent ccf7d1994f
commit 9d25f98f0f
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -8,7 +8,7 @@ use wgpu::util::DeviceExt;
#[cfg(feature = "tracing")]
use tracing::info_span;
const INITIAL_INSTANCES: usize = 10_000;
const INITIAL_INSTANCES: usize = 2_000;
#[derive(Debug)]
pub struct Pipeline {