Reduce INITIAL_INSTANCES in wgpu::quad to 2_000
This commit is contained in:
parent
ccf7d1994f
commit
9d25f98f0f
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ use wgpu::util::DeviceExt;
|
||||||
#[cfg(feature = "tracing")]
|
#[cfg(feature = "tracing")]
|
||||||
use tracing::info_span;
|
use tracing::info_span;
|
||||||
|
|
||||||
const INITIAL_INSTANCES: usize = 10_000;
|
const INITIAL_INSTANCES: usize = 2_000;
|
||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub struct Pipeline {
|
pub struct Pipeline {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue