From 64f977f6fbedf75d5edbc3963e002b593c8428d8 Mon Sep 17 00:00:00 2001 From: skal Date: Tue, 17 Feb 2026 08:16:03 +0100 Subject: style: Apply clang-format --- src/gpu/post_process_helper.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gpu/post_process_helper.h') diff --git a/src/gpu/post_process_helper.h b/src/gpu/post_process_helper.h index 963f671..9a71046 100644 --- a/src/gpu/post_process_helper.h +++ b/src/gpu/post_process_helper.h @@ -21,7 +21,8 @@ WGPURenderPipeline create_post_process_pipeline(WGPUDevice device, WGPUTextureFormat format, const char* shader_code); -// Helper to create a simple post-processing pipeline (no effect params, 3 bindings only) +// Helper to create a simple post-processing pipeline (no effect params, 3 +// bindings only) WGPURenderPipeline create_post_process_pipeline_simple(WGPUDevice device, WGPUTextureFormat format, const char* shader_code); -- cgit v1.2.3