From f9ac4caf2f36c283c2d90bcb985e3298c417d564 Mon Sep 17 00:00:00 2001 From: skal Date: Sat, 28 Feb 2026 09:48:08 +0100 Subject: 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 --- workspaces/main/timeline.seq | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'workspaces/main/timeline.seq') diff --git a/workspaces/main/timeline.seq b/workspaces/main/timeline.seq index 2b843a7..6399bdf 100644 --- a/workspaces/main/timeline.seq +++ b/workspaces/main/timeline.seq @@ -9,10 +9,9 @@ SEQUENCE 4.00 0 "rotating_cube" EFFECT + RotatingCube source -> temp1 0.00 4.00 EFFECT + Placeholder temp1 -> sink 1.00 4.00 -SEQUENCE 8.00 0 "flash_cube" - # FlashCube (placeholder) -> Flash (placeholder) -> sink - EFFECT - Placeholder source -> temp1 0.00 4.02 - EFFECT + Placeholder temp1 -> sink 0.00 0.40 +SEQUENCE 8.00 0 "scene 2" + # Scene2 test + EFFECT + Scene2Effect source -> sink 0.0 4.0 SEQUENCE 12.00 1 "particles" # Particles -> Blur -> sink -- cgit v1.2.3