Skip to content

Commit

Permalink
Examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
tychedelia committed Sep 6, 2024
1 parent eda3917 commit 8bf87f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/wgpu/wgpu_compute_shader/wgpu_compute_shader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ fn create_compute_pipeline(
module: &cs_mod,
entry_point: "main",
compilation_options: Default::default(),
cache: None,
};
device.create_compute_pipeline(&desc)
}
Expand Down

0 comments on commit 8bf87f7

Please sign in to comment.