Skip to content

Commit

Permalink
remove unused sampler in wgsl
Browse files Browse the repository at this point in the history
  • Loading branch information
IceSentry committed Feb 20, 2023
1 parent 7cbd8b4 commit 572e0ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions assets/shaders/show_prepass.wgsl
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ struct ShowPrepassSettings {
}
@group(1) @binding(0)
var<uniform> settings: ShowPrepassSettings;
@group(1) @binding(1)
var show_prepass_sampler: sampler;

@fragment
fn fragment(
Expand Down

0 comments on commit 572e0ed

Please sign in to comment.