summaryrefslogtreecommitdiff
path: root/src/effects/rotating_cube.wgsl
AgeCommit message (Collapse)Author
12 dayschange dither_c64() signature to take 'dimension' directlyskal
13 daysrotating_cube: use VSOut, and store to yiqskal
2026-02-28refactor(effects): co-locate effect WGSL shaders with their .h/.cc in ↵skal
src/effects/ Move 13 effect-specific shaders from workspaces/main/shaders/ to src/effects/ so each effect's .h, .cc, and .wgsl are together. Update assets.txt paths in both main and test workspaces. Update EFFECT_WORKFLOW.md to reflect new location. Shared/reusable snippets remain in src/shaders/. handoff(Gemini): shaders moved; src/effects/ now has .h, .cc, and .wgsl per effect. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>