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-C35A51
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 - GPU-driven Rendering"
---
# [[GPU-driven Rendering]]
# [[GPU-driven Rendering|GPU-driven Rendering]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> GPU-driven Rendering(GPU 주도 렌더링)은 CPU가 렌더링할 객체를 판별하고 명령하는 대신, GPU가 무엇을 렌더링할지 스스로 결정하는 현대적인 렌더링 파이프라인 기법입니다 [1, 2]. 주로 컴퓨트 셰이더(Compute Shader)를 활용해 객체의 가시성을 GPU 내부에서 직접 평가한 후, 간접 그리기(Indirect Draw) 명령을 통해 화면에 출력합니다 [1, 3]. 이 방식을 사용하면 CPU와 GPU 간의 데이터 전송 및 통신 병목이 제거되어 수백만 개의 인스턴스를 극도로 효율적으로 처리할 수 있습니다 [1, 3].
@@ -22,11 +22,11 @@ github_commit: "[P-Reinforce] Continuous Worker - GPU-driven Rendering"
- **정책 변화:** Graphics & Performance 분야의 자동 자산화 수행.
## 🔗 지식 연결 (Graph)
- **Related Topics:** [[Compute Shader]], [[Indirect Draw]], [[Frustum Culling]], [[WebGPU]]
- **Projects/Contexts:** [[Three.js]], [[InstancedMesh]]
- **Related Topics:** [[Compute Shader|Compute Shader]], [[Indirect Draw|Indirect Draw]], [[Frustum Culling|Frustum Culling]], [[WebGPU|WebGPU]]
- **Projects/Contexts:** [[Three.js|Three.js]], [[InstancedMesh|InstancedMesh]]
- **Contradictions/Notes:** 대규모 객체를 렌더링할 때 'CPU 개별 컬링' 방식은 자바스크립트 연산 및 시스템 버스 전송에 막대한 병목을 유발하지만, 'GPU 주도 렌더링(GPU 컴퓨트 컬링)'은 구현 난이도가 매우 높은 대신 CPU 부하를 극도로 낮추고 전체적인 성능을 극대화한다는 뚜렷한 대비를 보입니다 [3, 5].
---
*Last updated: 2026-04-19*
- Raw Source: [[00_Raw/2026-04-20/GPU-driven Rendering.md]]
- Raw Source: 00_Raw/2026-04-20/GPU-driven Rendering.md
---