Skip to content

Commit

Permalink
Fix testing compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
callym committed Jul 19, 2024
1 parent 8da0864 commit 3917953
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compose/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1339,6 +1339,7 @@ mod test {
module: &shader_module,
entry_point: "run_test",
compilation_options: Default::default(),
cache: None,
});

let bindgroup = device.create_bind_group(&BindGroupDescriptor {
Expand Down

0 comments on commit 3917953

Please sign in to comment.