docs: update STATUS.md and DEFERRED.md with auto exposure

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-26 15:09:31 +09:00
parent 7dbd94ebab
commit 2703e73ef0
2 changed files with 3 additions and 3 deletions

View File

@@ -117,7 +117,7 @@
- **TAA** — 미구현.
- **SSR** — 미구현.
- **Motion Blur, DOF** — 미구현.
- **Auto Exposure** — 고정 exposure만.
- ~~**Auto Exposure**~~ ✅ 컴퓨트 셰이더 luminance + 적응형 노출 계산 완료. deferred_demo 통합 미완료.
- **Bilateral Bloom Blur** — 단순 tent filter.
## Phase 8-1

View File

@@ -145,13 +145,13 @@ crates/
└── voltex_editor — IMGUI, docking, 3D viewport, inspector, asset browser, TTF font, UiRenderer
```
## 테스트: 572개 전부 통과
## 테스트: 578개 전부 통과
- voltex_math: 37
- voltex_platform: 3
- voltex_ecs: 91
- voltex_asset: 22
- voltex_renderer: 109
- voltex_renderer: 115
- voltex_physics: 96
- voltex_audio: 46
- voltex_ai: 28