Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jinleili committed Jul 20, 2024
1 parent 5580343 commit 9b9cc71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/showcase/framework/src/pipeline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ impl<'a> RenderPipelineBuilder<'a> {
alpha_to_coverage_enabled: self.alpha_to_coverage_enabled,
},
multiview: self.multiview,
cache: None,
});
Ok(pipeline)
}
Expand Down

0 comments on commit 9b9cc71

Please sign in to comment.