Skip to content

Commit

Permalink
Removed unnecessary image usage in example (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathijs28498 authored Aug 6, 2022
1 parent af09246 commit 54a1016
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/game_of_life/game_of_life.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ impl GameOfLifeComputePipeline {
ImageUsage {
sampled: true,
storage: true,
color_attachment: true,
transfer_dst: true,
..ImageUsage::none()
},
Expand Down

0 comments on commit 54a1016

Please sign in to comment.