diff options
Diffstat (limited to 'src/gpu/post_process_helper.h')
| -rw-r--r-- | src/gpu/post_process_helper.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gpu/post_process_helper.h b/src/gpu/post_process_helper.h index 178a4d5..8f2bd21 100644 --- a/src/gpu/post_process_helper.h +++ b/src/gpu/post_process_helper.h @@ -17,11 +17,6 @@ WGPURenderPipeline create_post_process_pipeline(WGPUDevice device, WGPUTextureFormat format, const char* shader_code); -// No effect params, 3 bindings only -WGPURenderPipeline create_post_process_pipeline_simple(WGPUDevice device, - WGPUTextureFormat format, - const char* shader_code); - void pp_update_bind_group(WGPUDevice device, WGPURenderPipeline pipeline, WGPUBindGroup* bind_group, WGPUTextureView input_view, GpuBuffer uniforms, GpuBuffer effect_params); |
