diff options
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 |
