docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
---
|
||||
id: P-REINFORCE-AUTO-E201D0
|
||||
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 - Vertex Shader"
|
||||
---
|
||||
|
||||
# [[Vertex Shader]]
|
||||
# [[Vertex Shader|Vertex Shader]]
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> 버텍스 셰이더(Vertex Shader)는 렌더링 파이프라인에서 정점(Vertex)의 연산을 처리하는 셰이더 단계입니다 [1, 2]. 주로 인스턴스화된 메쉬(Instanced Mesh) 기반의 애니메이션을 처리하거나, 메쉬 데이터의 복제 없이 무작위 축척 및 회전 등을 절차적으로 변형하는 데 사용됩니다 [3, 4]. 계산된 데이터는 Varying 변수를 통해 프래그먼트 셰이더(Fragment Shader)로 전달됩니다 [1].
|
||||
@@ -22,11 +22,11 @@ github_commit: "[P-Reinforce] Continuous Worker - Vertex Shader"
|
||||
- **정책 변화:** Graphics & Performance 분야의 자동 자산화 수행.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- **Related Topics:** [[Fragment Shader]], [[Instancing]], [[Varying Variables]]
|
||||
- **Projects/Contexts:** [[대규모 인스턴스 렌더링 최적화]], [[모바일 GPU 셰이더 성능 관리]]
|
||||
- **Related Topics:** Fragment Shader, [[Instancing|Instancing]], [[Varying Variables|Varying Variables]]
|
||||
- **Projects/Contexts:** 대규모 인스턴스 렌더링 최적화, 모바일 GPU 셰이더 성능 관리
|
||||
- **Contradictions/Notes:** 소스에 관련 정보가 부족합니다. (버텍스 셰이더 자체의 구체적인 내부 문법이나 근본적인 그래픽스 파이프라인 원리에 대한 상세한 설명은 제공된 소스에 포함되어 있지 않습니다.)
|
||||
|
||||
---
|
||||
*Last updated: 2026-04-19*
|
||||
- Raw Source: [[00_Raw/2026-04-20/Vertex Shader.md]]
|
||||
- Raw Source: 00_Raw/2026-04-20/Vertex Shader.md
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user