Skip to content

Commit

Permalink
re-add example comments
Browse files Browse the repository at this point in the history
  • Loading branch information
robtfm committed Sep 5, 2023
1 parent 56e4297 commit b8dbd66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/shader/post_processing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,11 @@ impl ViewNode for PostProcessNode {
&post_process_pipeline.layout,
// It's important for this to match the BindGroupLayout defined in the PostProcessPipeline
&BindGroupEntries::sequential((
// Make sure to use the source view
post_process.source,
// Use the sampler created for the pipeline
&post_process_pipeline.sampler,
// Set the settings binding
settings_binding.clone(),
)),
);
Expand Down

0 comments on commit b8dbd66

Please sign in to comment.