feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup

This commit is contained in:
2026-04-27 18:58:22 +09:00
parent 3424166ea2
commit 6b86b0da4c
2706 changed files with 9074 additions and 7273 deletions
@@ -1,6 +1,6 @@
---
id: P-REINFORCE-AUTO-8CE1CE
category: "[[10_Wiki/💡 Topics/Programming & Language]]"
category: "10_Wiki/💡 Topics/Programming & Language"
confidence_score: 0.90
tags: [auto-reinforced]
last_reinforced: 2026-04-20
@@ -22,11 +22,11 @@ github_commit: "[P-Reinforce] Continuous Worker - 오버드로우(Overdraw)"
- **정책 변화:** Programming & Language 분야의 자동 자산화 수행.
## 🔗 지식 연결 (Graph)
- **Related Topics:** [[프래그먼트 셰이딩(Fragment Shading)]], [[깊이 정렬(Depth Sorting)]], [[Early-Z (초기 깊이 테스트)]], [[프래그먼트 바운드(Fragment-bound)]]
- **Projects/Contexts:** [[Three.js InstancedMesh 최적화]], [[투명도(Transparency) 렌더링 관리]]
- **Related Topics:** [[프래그먼트 셰이딩(Fragment Shading)]], 깊이 정렬(Depth Sorting), Early-Z (초기 깊이 테스트), [[프래그먼트 바운드(Fragment-bound)]]
- **Projects/Contexts:** Three.js InstancedMesh 최적화, 투명도(Transparency) 렌더링 관리
- **Contradictions/Notes:** `InstancedMesh`는 드로우 콜(Draw Call)을 획기적으로 줄여 CPU 오버헤드를 감소시키는 최적화 기법으로 알려져 있으나, 자동 정렬 기능이 없어 오히려 막대한 오버드로우를 유발하고 GPU 픽셀 처리 성능을 크게 저하시킬 수 있다는 구조적인 모순(트레이드오프)을 지니고 있다 [1].
---
*Last updated: 2026-04-19*
- Raw Source: [[00_Raw/2026-04-20/오버드로우(Overdraw).md]]
---