diff options
Diffstat (limited to 'src/test_demo.cc')
| -rw-r--r-- | src/test_demo.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test_demo.cc b/src/test_demo.cc index 2e6e340..a438bbc 100644 --- a/src/test_demo.cc +++ b/src/test_demo.cc @@ -86,7 +86,7 @@ class PeakMeterEffect : public PostProcessEffect { void update_bind_group(WGPUTextureView input_view) { pp_update_bind_group(ctx_.device, pipeline_, &bind_group_, input_view, - uniforms_); + uniforms_, {}); } void render(WGPURenderPassEncoder pass, float time, float beat, |
