From c9195f997f3e797f03ab90464e4158717198a167 Mon Sep 17 00:00:00 2001 From: skal Date: Sun, 8 Feb 2026 07:40:29 +0100 Subject: style: Apply clang-format to all source files --- src/gpu/effect.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gpu/effect.cc') diff --git a/src/gpu/effect.cc b/src/gpu/effect.cc index ea5230d..a1b45f1 100644 --- a/src/gpu/effect.cc +++ b/src/gpu/effect.cc @@ -164,8 +164,7 @@ void MainSequence::init(const GpuContext& ctx, int width, int height) { height_ = height; create_framebuffers(width, height); - passthrough_effect_ = - std::make_unique(gpu_ctx); + passthrough_effect_ = std::make_unique(gpu_ctx); passthrough_effect_->resize(width, height); for (ActiveSequence& entry : sequences_) { @@ -220,7 +219,8 @@ void MainSequence::resize(int width, int height) { void MainSequence::render_frame(float global_time, float beat, float peak, float aspect_ratio, WGPUSurface surface) { - WGPUCommandEncoder encoder = wgpuDeviceCreateCommandEncoder(gpu_ctx.device, nullptr); + WGPUCommandEncoder encoder = + wgpuDeviceCreateCommandEncoder(gpu_ctx.device, nullptr); std::vector scene_effects; std::vector post_effects; -- cgit v1.2.3