From b2d4d2cd06e28b012115bdafaa0bd015888d5452 Mon Sep 17 00:00:00 2001 From: skal Date: Sun, 1 Feb 2026 01:47:41 +0100 Subject: Chore: Apply clang-format to the codebase --- src/gpu/demo_effects.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/gpu/demo_effects.h') diff --git a/src/gpu/demo_effects.h b/src/gpu/demo_effects.h index 2d495f3..fb8d531 100644 --- a/src/gpu/demo_effects.h +++ b/src/gpu/demo_effects.h @@ -3,9 +3,9 @@ #pragma once #include "effect.h" -#include "gpu/gpu.h" #include "gpu/effects/post_process_helper.h" #include "gpu/effects/shaders.h" +#include "gpu/gpu.h" #include static const int NUM_PARTICLES = 10000; @@ -43,7 +43,8 @@ class ParticlesEffect : public Effect { class PassthroughEffect : public PostProcessEffect { public: - PassthroughEffect(WGPUDevice device, WGPUQueue queue, WGPUTextureFormat format); + PassthroughEffect(WGPUDevice device, WGPUQueue queue, + WGPUTextureFormat format); void update_bind_group(WGPUTextureView input_view) override; }; -- cgit v1.2.3