From b2d4d2cd06e28b012115bdafaa0bd015888d5452 Mon Sep 17 00:00:00 2001 From: skal Date: Sun, 1 Feb 2026 01:47:41 +0100 Subject: Chore: Apply clang-format to the codebase --- src/gpu/effects/post_process_helper.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gpu/effects/post_process_helper.h') diff --git a/src/gpu/effects/post_process_helper.h b/src/gpu/effects/post_process_helper.h index 098687b..d3a37bd 100644 --- a/src/gpu/effects/post_process_helper.h +++ b/src/gpu/effects/post_process_helper.h @@ -7,7 +7,8 @@ #include // Helper to create a standard post-processing pipeline -WGPURenderPipeline create_post_process_pipeline(WGPUDevice device, WGPUTextureFormat format, +WGPURenderPipeline create_post_process_pipeline(WGPUDevice device, + WGPUTextureFormat format, const char* shader_code); // Helper to update bind group for post-processing effects -- cgit v1.2.3