From d806027dcaeadcdd8d2febd88bc46b2fd2c465de Mon Sep 17 00:00:00 2001 From: skal Date: Thu, 21 May 2026 08:10:47 +0200 Subject: style: apply clang-format --- src/gpu/post_process_helper.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gpu/post_process_helper.cc') 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 — -- cgit v1.2.3