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,16 +1,16 @@
---
id: [[P-Reinforce]]-AUTO-46B173
id: [[P-Reinforce|P-Reinforce]]-AUTO-46B173
category: "10_Wiki/💡 Topics/Graphics & Performance"
confidence_score: 0.90
tags: [auto-reinforced]
last_reinforced: 2026-04-20
github_commit: "[P-Reinforce] Continuous Worker - [[ANGLE]] (Almost Native Graphics Layer Engine)"
github_commit: "[P-Reinforce] Continuous Worker - [[ANGLE|ANGLE]] (Almost Native Graphics Layer Engine)"
---
# [[ANGLE (Almost Native Graphics Layer Engine)]]
# [[ANGLE (Almost Native Graphics Layer Engine)|ANGLE (Almost Native Graphics Layer Engine]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> ANGLE(Almost Native Graphics Layer Engine)은 주로 Windows 플랫폼의 웹 브라우저([[Chrome]], Firefox, [[Opera]] 등)에서 사용되는 그래픽 명령어 변환기입니다. 이 엔진은 [[WebGL]]의 [[OpenGL ES]] 호출을 [[Direct3D]] 11 또는 12 명령으로 변환하는 역할을 수행합니다 [1, 2]. 고도로 최적화되어 있지만, 변환 과정에서 각 드로우 콜([[Draw Call]])마다 고정된 마이크로 레이턴시(Micro-latency)를 유발하는 성능적 특징이 있습니다 [1, 3].
> ANGLE(Almost Native Graphics Layer Engine)은 주로 Windows 플랫폼의 웹 브라우저([[Chrome|Chrome]], Firefox, Opera 등)에서 사용되는 그래픽 명령어 변환기입니다. 이 엔진은 WebGL의 [[OpenGL ES|OpenGL ES]] 호출을 Direct3D 11 또는 12 명령으로 변환하는 역할을 수행합니다 [1, 2]. 고도로 최적화되어 있지만, 변환 과정에서 각 드로우 콜([[Draw Call|Draw Call]])마다 고정된 마이크로 레이턴시(Micro-latency)를 유발하는 성능적 특징이 있습니다 [1, 3].
## 📖 구조화된 지식 (Synthesized Content)
- **역할 및 플랫폼:** ANGLE은 Windows 환경에서 Chrome, Firefox, Opera와 같은 주요 브라우저가 WebGL(OpenGL ES) 호출을 Direct3D 11 또는 12로 변환할 때 사용됩니다 [1, 2].
@@ -23,8 +23,8 @@ github_commit: "[P-Reinforce] Continuous Worker - [[ANGLE]] (Almost Native Graph
- **정책 변화:** Graphics & Performance 분야의 자동 자산화 수행.
## 🔗 지식 연결 (Graph)
- **Related Topics:** [[WebGL]], [[OpenGL ES]], [[Direct3D]], Micro-latency, [[Draw Call]]
- **Projects/Contexts:** [[Chrome]], Firefox, [[Opera]]
- **Related Topics:** [[WebGL|WebGL]], OpenGL ES, Direct3D, Micro-latency, [[Draw Call|Draw Call]]
- **Projects/Contexts:** [[Chrome|Chrome]], Firefox, [[Opera|Opera]]
- **Contradictions/Notes:** ANGLE은 브라우저에서 원활한 그래픽 처리를 위해 도입된 고도로 최적화된 변환기이지만, 드로우 콜이 많은 환경에서는 역설적이게도 이 변환 작업 자체가 누적되어 CPU 병목을 일으키는 주된 원인이 됩니다 [3].
---