summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-02-02 19:22:15 +0100
committerskal <pascal.massimino@gmail.com>2026-02-02 19:22:15 +0100
commit4d92a1cfb98621c1e2f3f1b3a22e29abede6c017 (patch)
treebe3c457c28e45a27218bbc4fe35c7744ed8f3dda /TODO.md
parentac42460639010a904310f880b057593c7857b2fa (diff)
docs: Mark SDF Macros attack plan as completed in TODO.md
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index f0c16ae..47eb77b 100644
--- a/TODO.md
+++ b/TODO.md
@@ -18,7 +18,7 @@ This file tracks prioritized tasks with detailed attack plans.
## Priority 3: Shader Optimization (Task #21)
**Goal:** Improve GPU performance and reduce shader source bloat.
-- [ ] **Attack Plan - SDF Macros:** Use `#define` macros in WGSL to simplify sampling and bump mapping logic.
+- [x] **Attack Plan - SDF Macros:** Use `#define` macros in WGSL to simplify sampling and bump mapping logic.
## Future Goals
- [ ] **Task #5: Spectrogram Editor**: Web-based visual tool for extreme audio compression.