diff options
Diffstat (limited to 'examples/integration/src/scene.rs')
-rw-r--r-- | examples/integration/src/scene.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/integration/src/scene.rs b/examples/integration/src/scene.rs index f3a7a194..15f97e08 100644 --- a/examples/integration/src/scene.rs +++ b/examples/integration/src/scene.rs @@ -101,5 +101,6 @@ fn build_pipeline( alpha_to_coverage_enabled: false, }, multiview: None, + cache: None, }) } |