summaryrefslogtreecommitdiff
path: root/cmake/DemoSourceLists.cmake
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-02-28 09:48:08 +0100
committerskal <pascal.massimino@gmail.com>2026-02-28 09:48:08 +0100
commitf9ac4caf2f36c283c2d90bcb985e3298c417d564 (patch)
tree70960c6115442c6f342ee5c0e50726e9c8f9f226 /cmake/DemoSourceLists.cmake
parentbc1beb58ba259263eb98d43d2aa742307764591c (diff)
fix(tools/shadertoy): fix Next Steps instructions and update EFFECT_WORKFLOW.md
- Fix assets.txt path: shaders/xxx.wgsl (not ../../src/shaders/) - Fix shader output path to workspaces/main/shaders/ - Step 5: reference cmake/DemoSourceLists.cmake COMMON_GPU_EFFECTS (not CMakeLists.txt GPU_SOURCES) - Add step for test_demo_effects.cc Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'cmake/DemoSourceLists.cmake')
-rw-r--r--cmake/DemoSourceLists.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/DemoSourceLists.cmake b/cmake/DemoSourceLists.cmake
index f4574c7..3439cd5 100644
--- a/cmake/DemoSourceLists.cmake
+++ b/cmake/DemoSourceLists.cmake
@@ -40,6 +40,7 @@ set(COMMON_GPU_EFFECTS
src/effects/flash_effect.cc
src/effects/peak_meter_effect.cc
src/effects/scene1_effect.cc
+ src/effects/scene2_effect.cc
# TODO: Port CNN effects to v2 (complex v1 dependencies)
# cnn_v1/src/cnn_v1_effect.cc
# cnn_v2/src/cnn_v2_effect.cc