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-F28DA7
|
||||
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 - 스토리지 텍스처(Storage Textures)"
|
||||
---
|
||||
|
||||
# [[스토리지 텍스처(Storage Textures)]]
|
||||
# [[스토리지 텍스처(Storage Textures)|스토리지 텍스처(Storage Textures)]]
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> 스토리지 텍스처(Storage Textures)는 일반적인 텍스처와 달리 컴퓨트 셰이더(Compute Shaders) 내에서 데이터의 읽기와 쓰기 작업이 모두 가능한 특수한 텍스처입니다 [1]. 복잡한 그래픽 처리 및 시뮬레이션을 GPU 상에서 직접 수행하기 위한 핵심적인 역할을 담당합니다 [1, 2].
|
||||
@@ -21,11 +21,11 @@ github_commit: "[P-Reinforce] Continuous Worker - 스토리지 텍스처(Storage
|
||||
- **정책 변화:** Graphics & Performance 분야의 자동 자산화 수행.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- **Related Topics:** [[컴퓨트 셰이더(Compute Shaders)]], [[웹GPU(WebGPU)]]
|
||||
- **Projects/Contexts:** [[유체 시뮬레이션(Fluid simulation)]], [[이미지 처리(Image processing)]], [[GPU 기반 렌더링(GPU-driven rendering)]]
|
||||
- **Related Topics:** [[컴퓨트 셰이더(Compute Shaders)|컴퓨트 셰이더(Compute Shaders)]], 웹GPU(WebGPU)
|
||||
- **Projects/Contexts:** 유체 시뮬레이션(Fluid simulation), 이미지 처리(Image processing), GPU 기반 렌더링(GPU-driven rendering)
|
||||
- **Contradictions/Notes:** 소스에서는 스토리지 텍스처의 특징을 설명하기 위해 일반 텍스처(regular textures)와 대조하고 있으며, 일반 텍스처는 컴퓨트 셰이더에서 읽고 쓰기를 동시에 할 수 없다는 점을 강조합니다 [1].
|
||||
|
||||
---
|
||||
*Last updated: 2026-04-19*
|
||||
- Raw Source: [[00_Raw/2026-04-20/스토리지 텍스처(Storage Textures).md]]
|
||||
- Raw Source: 00_Raw/2026-04-20/스토리지 텍스처(Storage Textures).md
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user