최상위 10_Wiki/Topic_*였던 4개 카테고리 폴더를 10_Wiki/Topics/Topic_* 로 재배치.
콘텐츠 변경 없음(순수 폴더 이동) — Topics/ 하위 나머지 폴더는 이미 지난 커밋에서
전부 정리된 상태(잔존 항목은 에이전트 운영 상태 및 사용자가 보존을 요청한
업데이트0615/무제 3.canvas 뿐).
"매 W3C 의 WebGPU + WGSL 표준 의 incubator". 2017 부터 매 Apple/Google/Mozilla/Microsoft 의 collaboration 으로 매 modern GPU API (Metal/Vulkan/D3D12) 를 web 에 expose. 2023 Chrome 113 ship, 2024 Safari 18 / Firefox 141 follow — 2026 현재 매 cross-browser baseline 의 confirmed.
매 핵심
매 group mission
API design: 매 WebGL 의 successor — 매 explicit, low-overhead, compute-capable.
WGSL (WebGPU Shading Language): 매 SPIR-V/HLSL/MSL 의 portable layer.
Security: 매 sandbox 안의 GPU access — robust buffer access, timeline fence.
Specification: 매 W3C Recommendation track — 2026 매 CR 단계.
매 architecture pillars
Adapter → Device → Queue: 매 explicit lifecycle.
Bind group: 매 Vulkan descriptor set 의 web flavor.
Render pipeline / Compute pipeline: 매 separate, immutable.
Command encoder: 매 deferred recording, queue submission.
매 응용
ML inference in browser (transformers.js + WebGPU).
3D scene rendering (Three.js WebGPURenderer, Babylon.js).