Skip to content

Commit

Permalink
fix: missing image usage flag in fsr2 sample
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAPenguin0 committed Jul 13, 2023
1 parent 3f5f730 commit 730f9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/04_fsr2/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ impl Attachment {
width,
height,
depth: 1,
usage,
usage: usage | extra_usage,
format,
samples: vk::SampleCountFlags::TYPE_1,
mip_levels: 1,
Expand Down

0 comments on commit 730f9af

Please sign in to comment.