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** — 리소스 합치기로 해결 중.