Skip to content

Commit

Permalink
Use the initial sizes to let tests work
Browse files Browse the repository at this point in the history
  • Loading branch information
DJMcNab committed Jul 3, 2024
1 parent 2f062f2 commit 4cc4377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vello/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ impl Renderer {
bump: None,
previous_submission: None,
previouser_submission: None,
bump_sizes: BumpAllocators::default(),
bump_sizes: BumpAllocators::initial_sizes(),
// Use 3 pending frames
#[cfg(feature = "wgpu-profiler")]
profiler: GpuProfiler::new(GpuProfilerSettings {
Expand Down

0 comments on commit 4cc4377

Please sign in to comment.