summaryrefslogtreecommitdiff
path: root/src/gpu/effects/post_process_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/effects/post_process_helper.h')
-rw-r--r--src/gpu/effects/post_process_helper.h3
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