summaryrefslogtreecommitdiff
path: root/src/gpu/stub_gpu.cc
AgeCommit message (Collapse)Author
8 hoursfix: add missing beat_phase parameter to stub gpu_draw implementationsskal
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
3 daysfeat: Implement Task #76 external library size measurementskal
- Use ma_backend_null for audio (100-200KB savings) - Stub platform/gpu abstractions instead of external APIs - Add DEMO_STRIP_EXTERNAL_LIBS build mode - Create stub_types.h with minimal WebGPU opaque types - Add scripts/measure_size.sh for automated measurement Results: Demo=4.4MB, External=2.0MB (69% vs 31%) handoff(Claude): Task #76 complete. Binary compiles but doesn't run (size measurement only).