summaryrefslogtreecommitdiff
path: root/src/gpu/post_process_helper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/post_process_helper.cc')
-rw-r--r--src/gpu/post_process_helper.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpu/post_process_helper.cc b/src/gpu/post_process_helper.cc
index 871a238..8e5bae2 100644
--- a/src/gpu/post_process_helper.cc
+++ b/src/gpu/post_process_helper.cc
@@ -40,8 +40,8 @@ WGPURenderPipeline create_post_process_pipeline(WGPUDevice device,
}
// NOTE: create_post_process_pipeline_simple() was removed (zero callers).
-// If a 3-binding pipeline is needed in the future, add a `bool use_effect_params`
-// parameter to create_post_process_pipeline() instead.
+// If a 3-binding pipeline is needed in the future, add a `bool
+// use_effect_params` parameter to create_post_process_pipeline() instead.
// Example:
// WGPURenderPipeline p = create_post_process_pipeline(device, format, code);
// // Then pass {nullptr, 0} as effect_params to pp_update_bind_group —