diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-01 01:47:41 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-01 01:47:41 +0100 |
| commit | b2d4d2cd06e28b012115bdafaa0bd015888d5452 (patch) | |
| tree | e1fd467dff6fead734cfbf366ce4df7085dc5efb /src/gpu/effects/post_process_helper.h | |
| parent | e6e34e551a73e65301685071445aaec9aaf60fd2 (diff) | |
Chore: Apply clang-format to the codebase
Diffstat (limited to 'src/gpu/effects/post_process_helper.h')
| -rw-r--r-- | src/gpu/effects/post_process_helper.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <webgpu.h> // 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 |
