From 50350344d289c3389161cd6914c57f88d1a04dcc Mon Sep 17 00:00:00 2001 From: skal Date: Tue, 17 Feb 2026 08:12:05 +0100 Subject: refactor: move shaders.{h,cc} to src/effects and remove v2 suffix - Removed unused v1 shader declarations (13 variables) - Removed _v2 suffix from active shader names - Moved shaders.{h,cc} from src/gpu to src/effects - Updated all includes and build references - All tests pass (34/34) handoff(Claude): Cleaned up shader management, tests passing --- src/tests/gpu/test_noise_functions.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests/gpu/test_noise_functions.cc') diff --git a/src/tests/gpu/test_noise_functions.cc b/src/tests/gpu/test_noise_functions.cc index eddd88e..4e1791f 100644 --- a/src/tests/gpu/test_noise_functions.cc +++ b/src/tests/gpu/test_noise_functions.cc @@ -3,7 +3,7 @@ #include "generated/assets.h" #include "gpu/shader_composer.h" -#include "gpu/shaders.h" +#include "effects/shaders.h" #include #include #include -- cgit v1.2.3