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
+5 -5
View File
@@ -1,13 +1,13 @@
---
id: P-REINFORCE-AUTO-208D23
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 - WebGL2"
---
# [[WebGL2]]
# [[WebGL2|WebGL2]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> WebGL2는 웹 브라우저 환경에서 3D 그래픽스를 렌더링하기 위해 사용되는 그래픽 API입니다 [1, 2]. 최신 Three.js 생태계에서는 차세대 API인 WebGPU로의 전환이 이루어지고 있으나, WebGPU를 지원하지 않는 브라우저에서는 WebGL 2가 자동 대체(Fallback) 수단으로서 핵심적인 역할을 수행합니다 [3, 4]. WebGL1과 비교했을 때 데이터 배열 텍스처(Data Array Textures)를 지원하고 텍스처 아틀라스의 블리딩(Bleeding) 현상을 더 쉽게 제어할 수 있는 등 진보된 기능을 제공하지만, WebGPU와 달리 컴퓨트 셰이더(Compute Shaders)를 지원하지 않는 한계가 있습니다 [1, 5, 6].
@@ -25,11 +25,11 @@ github_commit: "[P-Reinforce] Continuous Worker - WebGL2"
- **정책 변화:** Graphics & Performance 분야의 자동 자산화 수행.
## 🔗 지식 연결 (Graph)
- **Related Topics:** [[WebGPU]], [[Three.js]], [[Data Array Textures]], [[Compute Shaders]]
- **Projects/Contexts:** [[Three.js WebGPURenderer 자동 폴백 지원]], [[BatchedMesh 및 드로우 콜 최적화 파이프라인]]
- **Related Topics:** [[WebGPU|WebGPU]], [[Three.js|Three.js]], [[Data Array Textures|Data Array Textures]], [[Compute Shaders|Compute Shaders]]
- **Projects/Contexts:** Three.js WebGPURenderer 자동 폴백 지원, BatchedMesh 및 드로우 콜 최적화 파이프라인
- **Contradictions/Notes:** 소스에 따르면 WebGL 2는 현재 널리 지원되는 강력한 그래픽 API이지만, 컴퓨트 셰이더를 통한 GPU 기반의 병렬 가시성 연산(Compute Culling)이나 대규모 간접 드로우(Indirect Draw) 부재로 인해 렌더링 성능 최적화의 기술적 한계점에 도달해 있습니다 [2, 5, 11].
---
*Last updated: 2026-04-19*
- Raw Source: [[00_Raw/2026-04-20/WebGL2.md]]
- Raw Source: 00_Raw/2026-04-20/WebGL2.md
---