summaryrefslogtreecommitdiff
path: root/src/effects/shaders.cc
AgeCommit message (Collapse)Author
17 hoursstyle: Apply clang-formatskal
17 hoursrefactor: move shaders.{h,cc} to src/effects and remove v2 suffixskal
- 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