docs: update STATUS.md and DEFERRED.md with GPU instancing

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

View File

@@ -156,5 +156,5 @@
## 렌더링 한계
- **per-entity dynamic UBO** — 수천 개 이상은 인스턴싱 필요.
- ~~**per-entity dynamic UBO**~~ ✅ GPU 인스턴싱 (InstanceData, InstanceBuffer, instanced pipeline) 완료.
- **max_bind_groups=4** — 리소스 합치기로 해결 중.

View File

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