From c9bb07f6017a8859b3f78d607bec38dfc0b9df45 Mon Sep 17 00:00:00 2001 From: skal Date: Sun, 8 Feb 2026 20:26:26 +0100 Subject: fix tree, remove Distort effect --- src/gpu/demo_effects.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/gpu/demo_effects.h') diff --git a/src/gpu/demo_effects.h b/src/gpu/demo_effects.h index ad95cfe..82700cd 100644 --- a/src/gpu/demo_effects.h +++ b/src/gpu/demo_effects.h @@ -119,14 +119,6 @@ class SolarizeEffect : public PostProcessEffect { void update_bind_group(WGPUTextureView input_view) override; }; -class DistortEffect : public PostProcessEffect { - public: - DistortEffect(const GpuContext& ctx); - void render(WGPURenderPassEncoder pass, float time, float beat, - float intensity, float aspect_ratio) override; - void update_bind_group(WGPUTextureView input_view) override; -}; - // Parameters for VignetteEffect struct VignetteParams { float radius = 0.5f; // Radius of the clear center -- cgit v1.2.3