docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
@@ -1,13 +1,13 @@
---
id: P-REINFORCE-AUTO-8CAEFF
category: "[[10_Wiki/💡 Topics/Graphics & Performance]]"
category: "10_Wiki/💡 Topics/Graphics & Performance"
confidence_score: 0.90
tags: [auto-reinforced]
last_reinforced: 2026-04-20
github_commit: "[P-Reinforce] Continuous Worker - 프래그먼트 바운드(Fragment-bound)"
---
# [[프래그먼트 바운드(Fragment-bound)]]
# [[프래그먼트 바운드(Fragment-bound)|프래그먼트 바운드(Fragment-bound)]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> 프래그먼트 바운드(Fragment-bound)는 3D 렌더링 파이프라인에서 GPU의 프래그먼트(픽셀) 연산 부하가 극심해져 전체 렌더링 성능과 프레임 레이트(FPS)를 제한하는 병목 상태를 의미합니다. 주로 화면에 그려지는 객체들이 렌더링 순서대로 정렬되지 않아 동일한 픽셀 위치에 렌더링 계산이 여러 번 중첩되는 오버드로우(Overdraw) 현상으로 인해 발생합니다. 무거운 조명 연산이 포함된 재질을 사용할 때 이 상태에 더욱 쉽게 빠지게 됩니다 [1, 2].
@@ -23,11 +23,11 @@ github_commit: "[P-Reinforce] Continuous Worker - 프래그먼트 바운드(Frag
- **정책 변화:** Graphics & Performance 분야의 자동 자산화 수행.
## 🔗 지식 연결 (Graph)
- **Related Topics:** [[오버드로우(Overdraw)]], [[InstancedMesh]], [[BatchedMesh]], [[프래그먼트 셰이딩(Fragment Shading)]]
- **Projects/Contexts:** [[Three.js 렌더링 성능 최적화]], [[MeshStandardMaterial 조명 연산]]
- **Related Topics:** [[오버드로우(Overdraw)|오버드로우(Overdraw)]], [[InstancedMesh|InstancedMesh]], [[BatchedMesh|BatchedMesh]], [[프래그먼트 셰이딩(Fragment Shading)|프래그먼트 셰이딩(Fragment Shading)]]
- **Projects/Contexts:** [[Three.js 렌더링 성능 최적화|Three.js 렌더링 성능 최적화]], [[MeshStandardMaterial 조명 연산|MeshStandardMaterial 조명 연산]]
- **Contradictions/Notes:** 소스에 따르면 `InstancedMesh`는 CPU의 드로우 콜 병목을 해소하기 위해 도입되지만, 내부 정렬(Sorting)의 부재로 인해 오히려 GPU 측에서 프래그먼트 바운드라는 새로운 형태의 성능 병목을 유발할 수 있는 구조적 트레이드오프를 지니고 있습니다 [1, 2].
---
*Last updated: 2026-04-19*
- Raw Source: [[00_Raw/2026-04-20/프래그먼트 바운드(Fragment-bound).md]]
- Raw Source: 00_Raw/2026-04-20/프래그먼트 바운드(Fragment-bound).md
---