summaryrefslogtreecommitdiff
path: root/doc/SHADER_REUSE_INVESTIGATION.md
AgeCommit message (Collapse)Author
15 hoursInvestigation: Shader code reuse options analysisskal
Analyzed 36 duplicate common shaders across workspaces. Documented 5 approaches with tradeoffs: 1. Shared common/ directory 2. Symbolic links 3. Build-time sync 4. Asset system extension 5. Status quo + documentation See doc/SHADER_REUSE_INVESTIGATION.md for full analysis. handoff(Claude): Shader reuse investigation complete