Skip to content

Commit

Permalink
cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed May 16, 2024
1 parent 6567c20 commit 9af1b95
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 50 deletions.
87 changes: 37 additions & 50 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/computer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ impl ComputerFactory {
module: &self.shader,
entry_point: "main",
compilation_options: Default::default(),
cache: Default::default(),
});

Computer {
Expand Down
1 change: 1 addition & 0 deletions src/renderer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ impl RendererFactory {
mask: !0,
},
multiview: None,
cache: Default::default(),
});

let size_bind_group = device.create_bind_group({
Expand Down

0 comments on commit 9af1b95

Please sign in to comment.