| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2 days | fix: Resolve shader initialization crashes and build errors | skal | |
| Fixes crashes in demo64k and test_3d_render caused by uninitialized ShaderComposer. Moves InitShaderComposer() call before effect initialization in gpu.cc and adds explicit call in test_3d_render.cc. Also fixes include paths for generated assets.h in multiple files. | |||
| 4 days | Refactor: Split demo effects and shaders into individual files | skal | |
| Split src/gpu/demo_effects.cc into individual .cc files for each effect and created separate files for post-processing helpers and WGSL shaders. Updated src/gpu/demo_effects.h to be a central header for all effect-related declarations and adjusted CMakeLists.txt accordingly. | |||
