diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-17 08:12:05 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-17 08:12:05 +0100 |
| commit | 50350344d289c3389161cd6914c57f88d1a04dcc (patch) | |
| tree | 5394a9b7781e3ccbbd332af8b043ea28d9d6a99f /tools/cnn_test.cc | |
| parent | fef8f1a9b7ff513963fbcae7590c24f95a06081c (diff) | |
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
Diffstat (limited to 'tools/cnn_test.cc')
| -rw-r--r-- | tools/cnn_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cnn_test.cc b/tools/cnn_test.cc index a209cdf..2f7168e 100644 --- a/tools/cnn_test.cc +++ b/tools/cnn_test.cc @@ -12,7 +12,7 @@ #include "gpu/post_process_helper.h" #include "gpu/sampler_cache.h" #include "gpu/shader_composer.h" -#include "gpu/shaders.h" +#include "effects/shaders.h" #include "gpu/texture_readback.h" #include "platform/platform.h" #include "tests/common/offscreen_render_target.h" |
